class Dude::Redis::Transaction

Included Modules

Defined in:

redis.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(client : ::Redis::Transaction, namespace : Symbol | String = :dude) #

[View source]
def self.new(url : String) #

[View source]
def self.new(url : URI) #

[View source]
def self.new(connection : Redis::Connection) #

[View source]

Instance Method Detail

def delete(key : Symbol | String) #

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

[View source]
def key : Key #

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

[View source]