Tasko::RedisEngine::KVStoreProtocol
Inherits Tasko::KVStore::Protocol / Reference / Object
Constructors
new(engine : RedisEngine)
SourceInstance methods
get(key : String) : String
Sourcellen(key : String) : Int64
Sourcelrange(key : String, from : Int32, to : Int32) : Array(String)
Sourcelrem(key : String, count : Int32, value : String) : Int64
Sourcerpoplpush(source : String, destination : String) : String | Nil
Sourcerpush(key : String, value : String) : Int64
Sourcesadd(key : String, value : String) : Int64
Sourcescard(key : String) : Int64
Sourceset(key : String, value : String) : Nil
Sourcesismember(key : String, value : String) : Bool
Sourcesmembers(key : String) : Array(String)
Sourcesrem(key : String, value : String) : Int64
Source