class Redisoid
- Redisoid
- Reference
- Object
Defined in:
redisoid.crConstant Summary
-
VERSION =
"0.3"
Constructors
Instance Method Summary
- #pool_pending
- #pool_size
- #psubscribe(*channel_patterns, &callback_setup_block : Redis::Subscription -> )
- #stats
- #subscribe(*channels, &callback_setup_block : Redis::Subscription -> )
Macro Summary
Constructor Detail
def self.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)
#