McFistyBuns
Results
2
issues of
McFistyBuns
Updated the PhpredisClientFactory to allow for password authentication when using redis sentinel. The default is to use the password set in the parameters password configuration, but also allows for an...
feature
phpredis
Please correct me if I missed something, but it doesn't look like you can pass any password to a sentinel when using Phpredis. https://github.com/snc/SncRedisBundle/blob/dc5f4438d669f1c52234f1d2b7bc558f8399c58e/src/Factory/PhpredisClientFactory.php#L124-L131 the Phpredis RedisSentinel class allows for...
phpredis
enhancement