Module: Valkey::ResponseType

Defined in:
lib/valkey/response_type.rb

Overview

this module defines constants for response types used in Valkey. Each constant represents a specific type of response that can be received from the server.

Constant Summary collapse

NULL =
0
INT =
1
FLOAT =
2
BOOL =
3
STRING =
4
ARRAY =
5
MAP =
6
SETS =
7
OK =
8
ERROR =
9