Files
predis/tests/Predis
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
..
2025-01-22 09:24:26 -08:00
2025-03-31 12:14:37 +03:00
2025-03-31 12:14:37 +03:00
2025-12-23 10:40:46 +02:00
2025-10-03 16:22:43 -07:00
2026-02-04 10:49:05 +02:00
2025-12-23 10:40:46 +02:00
2025-01-22 09:24:26 -08:00
2025-12-23 10:40:46 +02:00
2025-01-22 09:24:26 -08:00