class Dude::Memory::Transaction

Included Modules

Defined in:

dude/memory.cr

Constructors

Instance Method Summary

Instance methods inherited from class Dude::Store::Transaction

delete(key : Symbol | String) delete, get(key : Symbol | String) get, set(key : Symbol | String, value, expire) set

Constructor Detail

def self.new(data : Hash(String, Entry)) #

[View source]

Instance Method Detail

def delete(key : Symbol | String) #

[View source]
def get(key : Symbol | String) : String | Nil #

[View source]
def set(key : Symbol | String, value, expire) #

[View source]