SncRedisBundle icon indicating copy to clipboard operation
SncRedisBundle copied to clipboard

Allow setting the OPT_SCAN option for phpredis

Open alexsegura opened this issue 4 years ago • 0 comments

I need to be able to do:

$redis->setOption(Redis::OPT_SCAN, Redis::SCAN_PREFIX);

But right now PhpredisClientFactory doesn't allow to do it.

alexsegura avatar Apr 23 '21 07:04 alexsegura