Libraries
»
valkey
(0.1.0)
»
Index (R)
»
Valkey
»
ResponseType
Module: Valkey::ResponseType
Defined in:
lib/valkey/response_type.rb
Constant Summary
collapse
NULL =
0
INT =
1
FLOAT =
2
BOOL =
3
STRING =
4
ARRAY =
5
MAP =
6
SETS =
7
OK =
8
ERROR =
9