struct Tasko::KVStore::Value(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 get : T #

[View source]
def key : String #

[View source]
def set(value : T) : Nil #

[View source]