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
|
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 |
|
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 |
|
Vladyslav Vildanov
|
e9431f788d
|
Added support for PrefixableCommandInterface (#1262)
* Added support for PrefixableCommandInterface
* Codestyle fixes
|
2023-04-13 09:05:33 -07:00 |
|
Till Krüss
|
a09da4f3b0
|
trailing multiline commas
|
2023-01-17 15:08:18 -08:00 |
|
Till Krüss
|
c9babb1984
|
update copyright comments
|
2023-01-17 13:41:35 -08:00 |
|
Tobias Bengtsson
|
bb6c1a7b6d
|
Add partial support for Stream commands (#804)
Adds support for the following commands not related to groups/consumers:
XADD, XDEL, XLEN, XRANGE, XREVRANGE, XTRIM.
|
2022-09-27 09:39:17 -07:00 |
|