struct Dude::Redis::Transaction

Included Modules

Defined in:

redis.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(redis : Redis, client : ::Redis::Transaction) #

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

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

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

[View source]

Instance Method Detail

def delete(key : Symbol | String) #

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

[View source]