class Tasko::KVStore::List(T)

Defined in:

tasko/kv_store.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(protocol : Protocol, key : String) #

[View source]

Instance Method Detail

def key : String #

[View source]
def llen : Int64 #

[View source]
def lrange(from : Int32, to : Int32) : Array(T) #

[View source]
def lrem(count : Int32, value : T) : Int64 #

[View source]
def rpoplpush(destination : List(T)) : T | Nil #

[View source]
def rpush(value : T) : Int64 #

[View source]