class

Redis::Client::SScanIterator

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(redis : Redis::Client, key : String, match pattern : Nil | String, count : Nil | String)
Source

Instance methods

count
Source
cursor
Source
fetch_batch
Source
keys
Source
keys_index
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source
pattern
Source
redis
Source