Redisoid
Inherits Reference / Object
Constants
VERSION = "0.3"
Constructors
new(host : String = "localhost", port : Int32 = 6379, unixsocket : String | Nil = nil, password : String | Nil = nil, database : Int32 | Nil = nil, pool : Int32 = 10, url : String | Nil = nil)
SourceInstance methods
pool_pending
Sourcepool_size
Sourcepsubscribe(*channel_patterns, &callback_setup_block : Redis::Subscription -> )
Sourcestats
Sourcesubscribe(*channels, &callback_setup_block : Redis::Subscription -> )
SourceMacros
method_missing(call)
Source