class DA_Redis

Defined in:

da_redis.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(port : Int32) #

[View source]

Class Method Detail

def self.close #

[View source]
def self.connect(*args, &) #

[View source]
def self.max(i : Int32) #

[View source]
def self.port(port : Int32) #

[View source]
def self.receive_and_parse(conn) #

[View source]

Instance Method Detail

def close #

[View source]
def connected? : Bool #

[View source]
def flush #

[View source]
def gets(**names) #

[View source]
def keys(pattern : String) #

[View source]
def port : Int32 #

[View source]
def read_char #

[View source]
def read_fully(*args) #

[View source]
def send(cmd_name : String, args : Array(String)) #

[View source]
def send(cmd_name : String, message : String) #

[View source]
def send(cmd_name : String, *args) #

[View source]
def send_arg(element : String) #

[View source]
def skip(*args) #

[View source]
def socket : TCPSocket #

[View source]