Redis::Client
Inherits Redis::Protocol / Reference / Object
Constructors
new(host = nil, port = nil)
SourceClass methods
open(host = nil, port = nil, &)
SourceInstance methods
[](key)
Source[]=(key, value)
Source[]?(key)
Sourcedecr(key)
Sourcedel(*keys)
Sourcedisconnect
Sourceexists(key)
Sourceget(key)
Sourceincr(key)
Sourceset(key, value)
Source