Method: Redis::Commands::Keys#scan
- Defined in:
- lib/redis/commands/keys.rb
#scan(cursor, **options) ⇒ String+
Scan the keyspace
See the Redis Server SCAN documentation for further details
27 28 29 |
# File 'lib/redis/commands/keys.rb', line 27 def scan(cursor, **) _scan(:scan, cursor, [], **) end |