7 Commits

Author SHA1 Message Date
Remi Collet
1784879191 fix arg indexes 2020-09-11 10:15:30 +02:00
Michael Grunder
a311cc4ec3 Support for Redis 6 ACLs (#1791)
Add support for Redis 6 ACLs in the `Redis`, `RedisCluster`, and `RedisArray` classes.

On a related note, it adds a mechanism for users to customize how we generate persistent connection IDs such that they can be grouped in different ways depending on the specific use case required (e.g. it would allow connections to be grouped by username, or by user-defined persistent_id, or both).
2020-06-24 17:00:01 -07:00
Marius Meissner
d0cada2268 PHPREDIS-1354: Refactored tests to work also with Redis cluster 2018-06-06 09:55:50 +02:00
Marius Meissner
e2d5b5ea49 PHPREDIS-1354: Added session TTL tests 2018-05-22 17:24:47 +02:00
Marius Meissner
810df7bcf2 PHPREDIS-37: Adjusted error reporting to show warnings but no notices 2017-11-02 15:28:28 +01:00
Marius Meissner
97e034efb0 PHPREDIS-37: Disabled error_reporting for session tests, to avoid failing tests caused by correct thrown warnings/notices 2017-11-02 14:24:51 +01:00
Marius Meissner
abb862d2f5 PHPREDIS-37: Add locking functionality 2017-10-30 11:28:33 +01:00