Adrian Brajkovic
fc345603a4
Fix UNLINK missing single-array argument normalization ( #1687 )
...
* Allow to accept an array of keys as a single argument
* fix signature
* update changelog
2026-06-11 11:01:07 +03:00
Vladyslav Vildanov
135b405eae
Added support for UNLINK command ( #1680 )
2026-06-02 09:28:57 -07:00
Vladyslav Vildanov
37ed2dcd77
Updated INCREX arguments ( #1677 )
...
* Updated INCREX command arguments
* Updated test image
* Updated CHANGELOG.md
* Updated test image
2026-05-22 12:17:15 +03:00
Vladyslav Vildanov
d6f91964e0
Added support for new array commands ( #1672 )
...
* Added support for new array commands
* Updated test image, fixed tests
* Updated CHANGELOG.md
* Removed ARLASTITEMS from ClusterStrategy testing
* Fixed broken tests
* Fixed broken test
* Updated 8.8-RC1 image
* Fixed Vector Set tests
2026-05-19 12:19:46 +03:00
Vladyslav Vildanov
afc8035491
Revert GCRA command support ( #1673 )
...
* Revert GCRA command support
* Updated test image
* Fixed flacky test
2026-05-19 11:36:42 +03:00
Vladyslav Vildanov
f12e6694b5
Added support for INCREX command ( #1674 )
...
* Added support for INCREX command
* Fixed RESP2 and RESP3 incompatibility
* Removed non-printable characters
* Codestyle fixes
2026-05-13 11:11:07 +03:00
Vladyslav Vildanov
52286f8164
Added support for multiple aggregators for TS range commands ( #1670 )
...
* Added support for multiple aggregators for TS range commands
* Updated CHANGELOG.md
2026-04-23 10:26:00 +03:00
Vladyslav Vildanov
6c3909e675
Added new COUNT aggregator for Sorted Set commands ( #1668 )
...
* Added test coverage with new COUNT aggregator
* Updated CHANGELOG.md
* Changed version constraint
* Fixed broken test
* Marked as relay-resp3
2026-04-22 10:47:00 +03:00
Vladyslav Vildanov
622f4df2b6
Added XNACK support ( #1666 )
...
* Renamed GCRA parameters to match latest API
* Added support for XNACK command
* Updated test image
* Updated test image
* Updated version requirements
* Fixed broken test
* Updated CHANGELOG.md
* Updated CHANGELOG.md
2026-04-22 10:30:57 +03:00
Vladyslav Vildanov
54bb300931
Updated arguments name for GCRA command ( #1667 )
...
* Renamed GCRA parameters to match latest API
* Updated test image
* Updated version requirements
* Fixed broken test
* Updated CHANGELOG.md
2026-04-20 10:09:34 +03:00
Vladyslav Vildanov
5024c7a662
Fixed ZRANGE to include 6.2 arguments ( #1662 )
...
* Fixed ZRANGE to include 6.2 arguments
* Removed duplicated arguments entry
2026-04-06 10:59:15 +03:00
Vladyslav Vildanov
3fc01fed58
Added FPHA argument for JSON.SET command ( #1661 )
2026-04-03 18:50:19 +09:00
Vladyslav Vildanov
7a4fa99d13
Added support for GCRA command ( #1657 )
...
* Added support for GCRA command
* Codestyle fixes
* Updated test image
2026-03-24 13:50:23 +02:00
Copilot
1c4219cf88
Include command name in unsupported container command error messages ( #1654 )
...
Co-authored-by: tillkruss <665029+tillkruss@users.noreply.github.com >
2026-03-18 10:09:30 +09:00
Till Krüss
87390e7381
Use static closures ( #1652 )
2026-03-09 13:30:46 -07:00
Till Krüss
581c5659bd
update year in headers
2026-02-23 11:48:06 -08:00
predakanga
4a5be21d62
Make LMPOP and BLMPOP commands prefixable ( #1646 )
...
* Make LMPOP and BLMPOP commands prefixable
* Update CHANGELOG
2026-02-23 10:31:19 +02:00
Vladyslav Vildanov
4b527ba961
Make HTTL and HPTTL commands Prefixable ( #1639 )
2026-02-17 09:12:12 -08:00
Denis
5d85628a11
Add normalizeVariadic to RPUSHX and LPUSHX commands ( #1633 )
...
* Add normalizeVariadic to RPUSHX and LPUSHX commands
RPUSHX and LPUSHX commands were missing the setArguments method
with normalizeVariadic call, unlike their RPUSH and LPUSH counterparts.
This caused errors when passing values as a single array argument
(e.g. $client->rpushx('key', ['val1', 'val2'])).
Fixes #1504
* Update CHANGELOG.md with RPUSHX/LPUSHX variadic fix (#1633 )
* Fix variadic arguments normalization for [L|R]PUSHX
---------
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2026-02-11 19:07:39 +02:00
Vladyslav Vildanov
e851ed6ceb
Added support for idempotent stream API ( #1632 )
...
* Added augment commands support
* Added support for Redis 8.6
* Codestyle changes and test fixes
* Fixed hybdrid tests
* Updated CHANGELOG.md and composer.json
* Fixed XINFO tests
* Added support for idempontent stream API
* Update CHANGELOG.md
* Updated expected exported files
* Removed agentic files
* Removed .augment entry
2026-02-09 10:25:51 +02:00
Vladyslav Vildanov
861bde010a
Added support for HOTKEYS container command ( #1630 )
...
* Added testing with SSL authentication using CN
* Update CHANGELOG.md
* Codestyle changes
* Fixed broken tests
* Fixed hybdrid tests
* Fixed SSL tests
* Fixed array merging
* Updated README.md
* Updated spelling list
* Added support for HOTKEYS container command
* Added ignoring for PHPUnit package
* Update CHANGELOG.md, codestyle fixes, mark tests as relay-incompatible
* Added RESP3 test, fixed response parsing
* Removed redundant tests
* Added cluster test
* Fix assertion
2026-02-05 10:48:48 +02:00
Vladyslav Vildanov
53504469d7
Added testing with TimeSeries NaN values ( #1628 )
...
* Added testing with SSL authentication using CN
* Update CHANGELOG.md
* Codestyle changes
* Fixed broken tests
* Fixed hybdrid tests
* Fixed SSL tests
* Fixed array merging
* Updated README.md
* Updated spelling list
* Added testing with TimeSeries NaN values
* Updated CHANGELOG.md
* Fixed incorrect annotation
* Added support for Redis 8.6
* Codestyle changes and test fixes
* Fixed hybdrid tests
* Updated CHANGELOG.md and composer.json
* Fixed XINFO tests
2026-02-04 11:29:24 +02:00
Vladyslav Vildanov
a24a7be9b4
Added support for Redis 8.6 ( #1631 )
...
* Added support for Redis 8.6
* Codestyle changes and test fixes
* Fixed hybdrid tests
* Updated CHANGELOG.md and composer.json
* Fixed XINFO tests
2026-02-04 10:49:05 +02:00
Vladyslav Vildanov
0703c3cae6
Added support for VRANGE command ( #1623 )
...
* Added support for VRANGE command
* Update CHANGELOG.md
* Codestyle fixes
* Codestyle fixes
2026-01-19 10:50:39 +02:00
Markus Reinhold
b211afd755
Make ZRANDMEMBER prefixable ( #1621 )
...
* Make ZRANDMEMBER prefixable
* Update CHANGELOG.md
---------
Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com >
2025-12-23 13:27:27 +02:00
Pavlo Yatsukhnenko
0ae180c942
Enable more Relay tests ( #1617 )
...
run tests against relay nightly for faster testing
2025-11-27 16:18:22 -08:00
Vladyslav Vildanov
6ef87493ca
Added testing with 8.4-GA ( #1611 )
2025-11-19 08:30:39 -08:00
Vladyslav Vildanov
80430b4cde
Added new experimental CAS/CAD functionallity ( #1609 )
...
* Added new CAS/CAD functionallity
* Updated CHANGELOG.md
* Codestyle fixes
* Fixed version constraint
* Marked feature as experimental
* Updated version constraints, added missing annotations
2025-11-12 10:14:06 +02:00
Vladyslav Vildanov
d0f37f0bac
Added temporary XREADGROUP_CLAIM command ( #1608 )
...
* Added temporary XREADGROUP_CLAIM command
* Updated CHANGELOG.md
* Added deprecation annotation
2025-11-12 09:14:57 +02:00
Vladyslav Vildanov
f11e855047
Added experimental support for FT.HYBRID ( #1607 )
...
* Added basic structures and test coverage
* Added most of the test coverage
* Added more test coverage
* Codestyle fixes
* Fixed static analysis
* ANother static analysis fix
* Codestyle fixes
* Fixed version constraints
* Added missing annotations
* Use class context
* Added more test coverage
* Codestyle fixes
* Added experimental mentioning
2025-11-11 15:31:10 +02:00
Vladyslav Vildanov
ce853ecec2
Added support for MSET command ( #1610 )
...
* Added support for MSET command
* Codestyle fixes
2025-11-11 14:49:07 +02:00
Pavlo Yatsukhnenko
f26a13c8f4
Improve Relay compatibility ( #1599 )
2025-10-20 07:52:40 -07:00
Till Krüss
44e4546ccd
add remaining @group relay-fixme
2025-10-17 13:09:13 -07:00
Pavlo Yatsukhnenko
da7b1cedb7
Improve Relay compatibility ( #1597 )
2025-10-17 13:03:29 -07:00
Vladyslav Vildanov
7a15da293b
Added prefixable interface for HEXPIRE, HEXPIRETIME ( #1592 )
2025-10-17 10:27:44 -07:00
Viktor Szépe
d9dfefd247
Fix typos ( #1579 )
2025-10-03 16:22:43 -07:00
Vladyslav Vildanov
c1845d96cc
Added test coverage for updated Vamana ( #1584 )
...
* Added test coverage for updated Vamana
* Updated CHANGELOG.md
* Increased timeouts
* Removed assertion cause Relay removes total field
* Added realy-resp3 group
* Revert assertions
2025-08-03 22:20:07 +03:00
Hristo Temelski
6d37dc45b0
Added new stream commands, extended existing ones ( #1580 )
...
* Added new stream commands, extended existing ones
* updated the changelog
* fixed linter errors
* fixed regressions
* more linter fixes
* XADD fix
* lint fix
* Update CHANGELOG.md
* update interfaces, address PR comments
* fixed linter errors
* fixed xdelex return type
* updated new command signatures
---------
Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com >
2025-07-29 12:59:06 +03:00
Vladyslav Vildanov
1c96f704fc
Added missing VSIM argument ( #1582 )
...
* Added missing VSIM argument
* Updated CHANGELOG.md
2025-07-28 15:57:35 +03:00
Hristo Temelski
302b63b742
Added test to ensure ftcreate vamana compatibility ( #1578 )
...
* Added test to ensure ftcreate vamana compatibility
* updated changelog
2025-07-21 09:48:12 -07:00
Vladyslav Vildanov
c60003a717
Marked missing commands as Prefixable ( #1576 )
...
* Marked missing commands as Prefixable
* Codestyle fixes
* Updated CHANGELOG.md
2025-07-09 19:03:22 +03:00
Hristo Temelski
e0a03c6590
BITOP added operation validation ( #1566 )
...
* BITOP added operation validation
* Ensure that the arguments are not an empty list before doing operation check
* Updated changelog, fixed linter errors
* added test for the new bitop operations
* fixed liniting
* update requiresRedisVersion
---------
Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com >
2025-06-21 11:03:17 +03:00
alschastny
7509e5f42d
XINFO command parse response changes + more tests ( #1560 )
...
Co-authored-by: alschastny <>
2025-06-19 10:32:39 +03:00
alschastny
ec375afa4a
fix XREAD parse null response ( #1563 )
...
Co-authored-by: aleksanders <alexander.s@seranking.com >
2025-06-17 10:39:31 +03:00
Vladyslav Vildanov
9992595711
Updated Redis 8.0 test image ( #1562 )
...
* Updated Redis 8.0 test image
* Updated CHANGELOG.md
* Updated version restriction
* Marked test as relay-incompatible
2025-06-16 09:42:56 -07:00
alschastny
33e1174a4f
implement XSETID command ( #1559 )
...
* implement XSETID command
* modify CHANGELOG.md
* split test to basic and extended version
---------
Co-authored-by: aleksanders <alexander.s@seranking.com >
2025-06-16 10:11:51 +03:00
alschastny
1e390b1814
implement XPENDING command ( #1558 )
...
* implement XPENDING command
* modify CHANGELOG.md
---------
Co-authored-by: aleksanders <alexander.s@seranking.com >
Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com >
2025-06-13 10:34:52 +03:00
alschastny
0a8fe54b44
implement XCLAIM command ( #1557 )
...
* implement XCLAIM command
* modify CHANGELOG.md
* add empty line before return
* test xclaim with all available options
* review refactoring
* remove fast-track check for empty answer
---------
Co-authored-by: aleksanders <alexander.s@seranking.com >
2025-06-13 10:07:44 +03:00
alschastny
b5b486a254
add XACK command ( #1555 )
...
* add XACK command
* add XACK to ClientContextInterface
* modify CHANGELOG.md
---------
Co-authored-by: aleksanders <alexander.s@seranking.com >
Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com >
2025-06-11 09:28:13 -07:00
Vladyslav Vildanov
5e18e91ffc
fix(commands): Fixed wrong command API call on prefix processing ( #1554 )
...
* fix(commands): Fixed wrong command API call on prefix processing
* Updated CHANGELOG.md
* Updated test case
2025-06-11 10:46:25 +03:00