Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
redis
v0.4.0
Redis
Client
CommandError
Protocol
ResponseType
Built with Crystal 1.9.2
2023-10-08 11:33:06 UTC
module
Redis::Protocol
Extended Modules
Redis::Protocol
Direct including types
Redis::Client
Defined in:
protocol.cr
Instance Method Summary
#array
(length, io, &)
#read
(io)
#write
(value : Nil, io)
#write
(value : Int, io)
#write
(value : String, io)
Instance Method Detail
def
array
(length, io, &)
#
[
View source
]
def
read
(io)
#
[
View source
]
def
write
(value : Nil, io)
#
[
View source
]
def
write
(value : Int, io)
#
[
View source
]
def
write
(value : String, io)
#
[
View source
]