Closed cyberdelia closed 9 years ago
There is a cursor like implementation of KEYS, named SCAN, this might allow for better performances, see: http://redis.io/commands/scan
KEYS
SCAN
:+1:
Seems reasonable, although I don't currently have time to work on it.
See commit 8a6ccfcd747275cc453fb7d1aba7e9defad0b26e
There is a cursor like implementation of
KEYS
, namedSCAN
, this might allow for better performances, see: http://redis.io/commands/scan