class

Redis::CapturingConnection

Inherits Redis::Connection < Reference < Object

Wrapper connection that captures responses instead of sending them Used by EXEC to collect results from queued commands

Constructors

new(real_client : Connection)
Source

Instance methods

captured_response
Source
captured_response=(captured_response : RespValue)
Source
send_array(arr : Array(RespValue)) : Nil
Source
send_bulk_string(bytes : Bytes | Nil) : Nil
Source
send_error(message : String | Nil) : Nil
Source
send_integer(num : Int64) : Nil
Source
send_nil
Source
send_ok
Source
send_response(value : RespValue) : Nil
Source
send_simple_string(str : String) : Nil
Source