class
Redis::Client::SScanIterator
- Redis::Client::SScanIterator
- Reference
- Object
Included Modules
- Iterator(String)
Defined in:
client.crConstructors
Instance Method Summary
- #count : String | Nil
- #cursor : String
- #fetch_batch
- #key : String
- #keys : Array(Value) | Nil
- #keys_index : Int32
-
#next : String | Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCEif there are no more elements. - #pattern : String | Nil
- #redis : Redis::Client
Constructor Detail
def self.new(redis : Redis::Client, key : String, match pattern : Nil | String, count : Nil | String)
#
Instance Method Detail
def next : String | Stop
#
Description copied from module Iterator(String)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.