class Mosquito::Redis

Defined in:

mosquito/redis.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.instance #

[View source]
def self.key(*parts) #

[View source]

Instance Method Detail

def retrieve_hash(name : String) : Hash(String, String) #

[View source]
def store_hash(name : String, hash : Hash(String, String)) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]