vladvildanov
8bc9a4d432
Merge branch 'v2.x' of github.com:predis/predis into vv-main-2.x-sync
2025-03-31 11:36:25 +03:00
Till Krüss
ba66e22c92
bump year to 2025
2025-01-22 09:24:26 -08:00
Till Krüss
7631d317fd
update year
2024-11-21 11:37:10 -08:00
Vladyslav Vildanov
4195f137ef
RESP3 commands integration tests and response handling ( #1300 )
...
* Added ACL RESP3 integration tests
* Added RESP3 commands integration tests and response handling
* Fixed required server versions
* Added more integration tests for RESP3 responses
* Move static strings to constants
* Codestyle fixes
* Codestyle fixes
* Change non-existing key name
* Change non-existing key name
* Added RESP3 test coverage for JSON module
* Added new assertion, fixed RESP3 JSON responses and versions
* Added feature tests on timeseries module RESP3 responses
* Updated version decorators
* Added feature tests on bloom filter module RESP3 responses
* Added feature tests on search module RESP3 responses
* Mark tests as relay-incompatible
* Added feature tests on cms, cuckoo filters RESP3 responses
* Revert changes
* Increased time intervals to avoid test failures
* Added feature tests on tdigest, topk filters RESP3 responses
* Updated test case responses
* Codestyle fix
2023-07-24 12:16:27 +03:00
Till Krüss
82791e55e1
format tests
2023-01-17 15:08:18 -08:00
Till Krüss
a09da4f3b0
trailing multiline commas
2023-01-17 15:08:18 -08:00
Till Krüss
c412594217
align phpdoc vertically
2023-01-17 15:08:18 -08:00
Till Krüss
c9babb1984
update copyright comments
2023-01-17 13:41:35 -08:00
Vladyslav Vildanov
f9e77a0562
Refactored ZUNIONSTORE, ZINTERSTORE, removed Numkeys trait, improved Withscores response parsing ( #858 )
2022-12-09 07:37:22 -08:00
Vladyslav Vildanov
35d18d739a
Added response parser for WithScore trait ( #830 )
...
* Added response parser for WithScore trait
* Added test coverage for new method
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local >
2022-11-30 13:20:56 -08:00
Vladyslav Vildanov
573c54ac4c
Extend Sorted Set support by implementing ZDIFF command ( #826 )
...
* Added support for ZDIFF, added new WITHSCORE trait
* Added trait to resolve numkeys argument
* Added trait for unpacking keys array
* Added static binding for Numkeys trait
* Changed access modifier type to more strict
Co-authored-by: Vladislav <vladislav@Admins-MacBook-Pro.local >
Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local >
2022-11-28 13:16:30 -08:00