class Tasko::KVStore::Set(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 sadd(value : T) : Int64 #

[View source]
def scard : Int64 #

[View source]
def sismember(value : T) : Bool #

[View source]
def smembers : Array(T) #

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

[View source]