class Redis::Client

Included Modules

Defined in:

client.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Redis::Protocol

array(length, io, &) array, read(io) read, write(value : Nil, io)
write(value : Int, io)
write(value : String, io)
write

Constructor Detail

def self.new(host = nil, port = nil) #

[View source]

Class Method Detail

def self.open(host = nil, port = nil, &) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def []=(key, value) #

[View source]
def []?(key) #

[View source]
def decr(key) #

[View source]
def del(*keys) #

[View source]
def disconnect #

[View source]
def exists(key) #

[View source]
def get(key) #

[View source]
def incr(key) #

[View source]
def set(key, value) #

[View source]