class

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)
Source

Instance methods

pool_pending
Source
pool_size
Source
psubscribe(*channel_patterns, &callback_setup_block : Redis::Subscription -> )
Source
stats
Source
subscribe(*channels, &callback_setup_block : Redis::Subscription -> )
Source

Macros

method_missing(call)
Source