class Tasko::KVStore::List(T)
- Tasko::KVStore::List(T)
- Reference
- Object
Defined in:
tasko/kv_store.crConstructors
Instance Method Summary
- #key : String
- #llen : Int64
- #lrange(from : Int32, to : Int32) : Array(T)
- #lrem(count : Int32, value : T) : Int64
- #rpoplpush(destination : List(T)) : T | Nil
- #rpush(value : T) : Int64