class Redisoid

Defined in:

redisoid.cr

Constant Summary

VERSION = "0.3"

Constructors

Instance Method Summary

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

[View source]

Instance Method Detail

def pool_pending #

[View source]
def pool_size #

[View source]
def psubscribe(*channel_patterns, &callback_setup_block : Redis::Subscription -> ) #

[View source]
def stats #

[View source]
def subscribe(*channels, &callback_setup_block : Redis::Subscription -> ) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]