struct Redis::SocketWrapper

Overview

Wraps an open socket connection.

The purpose is to be able to convert all exceptions to Redis:Error's.

Defined in:

redis/socket_wrapper.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(socket : TCPSocket | UNIXSocket | OpenSSL::SSL::Socket::Client) #

[View source]
def self.new(&) #

[View source]

Instance Method Detail

def close #

[View source]

Macro Detail

macro method_missing(call) #

[View source]