class Redis::Client::SScanIterator

Included Modules

Defined in:

client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(redis : Redis::Client, key : String, match pattern : Nil | String, count : Nil | String) #

[View source]

Instance Method Detail

def count : String | Nil #

[View source]
def cursor : String #

[View source]
def fetch_batch #

[View source]
def key : String #

[View source]
def keys : Array(Value) | Nil #

[View source]
def keys_index : Int32 #

[View source]
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.


[View source]
def pattern : String | Nil #

[View source]
def redis : Redis::Client #

[View source]