Handbook
Glossary
write-count ( n -- )
Vocabulary
redis
.
command-writer
.
private
Inputs
n
an
object
Outputs
None
Definition
USING:
formatting
io
io.encodings.string
io.encodings.utf8
;
IN:
redis.command-writer.private
:
write-count
( n -- )
"*%d\r\n"
sprintf
utf8
encode
write
;