Handbook
Glossary
write-bulk ( bytes -- )
Vocabulary
redis
.
command-writer
.
private
Inputs
bytes
an
object
Outputs
None
Definition
USING:
formatting
io
io.encodings.string
io.encodings.utf8
kernel
sequences
;
IN:
redis.command-writer.private
:
write-bulk
( bytes -- )
[
length
"$%d\r\n"
sprintf
utf8
encode
write
]
[
write
]
bi
crlf
write
;