class Redis::Socket

Defined in:

redis/transport/socket.cr

Constructors

Instance Method Summary

Instance methods inherited from class Redis::Transport

read_char : Char read_char, read_slice(slice : Slice) : Int32 read_slice, read_until(delimiter : String) : String read_until, skip(bytes_count : Int) skip, write(value) : Nil write

Constructor Detail

def self.new(host, port, connect_timeout = nil, timeout = nil) #

[View source]

Instance Method Detail

def read_char : Char #

[View source]
def read_slice(slice : Slice) : Int32 #

[View source]
def read_until(delimiter : String) : String #

[View source]
def skip(bytes_count : Int) : Nil #

[View source]
def write(value) : Nil #

[View source]