class

Redis::Client

Inherits Redis::Protocol / Reference / Object

Constructors

new(host = nil, port = nil)
Source

Class methods

open(host = nil, port = nil, &)
Source

Instance methods

[](key)
Source
[]=(key, value)
Source
[]?(key)
Source
decr(key)
Source
del(*keys)
Source
disconnect
Source
exists(key)
Source
get(key)
Source
incr(key)
Source
set(key, value)
Source