struct
Redis::Writer
- Redis::Writer
- Struct
- Value
- Object
Defined in:
writer.crConstant Summary
-
CRLF =
"\r\n"
Constructors
Instance Method Summary
- #encode(values : Enumerable(String) | Enumerable(Bytes) | Enumerable(String | Bytes))
- #encode(data : String | Bytes)
- #io : IO
Constructor Detail
Instance Method Detail
def encode(values : Enumerable(String) | Enumerable(Bytes) | Enumerable(String | Bytes))
#