class

Tasko::KVStore::List(T)

Inherits Reference / Object

Constructors

new(protocol : Protocol, key : String)
Source

Instance methods

llen
Source
lrange(from : Int32, to : Int32) : Array(T)
Source
lrem(count : Int32, value : T) : Int64
Source
rpoplpush(destination : List(T)) : T | Nil
Source
rpush(value : T) : Int64
Source