class

Redis::CommandHandler

Inherits Reference < Object

Constants

VERSION = "0.1.0"

Constructors

new(db_manager : DatabaseManager)
Source

Instance methods

execute(commands : Array(RespValue), client : Connection) : Nil
Source
execute_and_capture(commands : Array(RespValue), client : Connection) : RespValue

Execute a command and return its result (used by EXEC)

Source
extract_bytes(value : RespValue) : Bytes | Nil
Source
extract_string(value : RespValue) : String | Nil
Source