Handbook
Glossary
write-command ( args command -- )
Vocabulary
redis
.
command-writer
Inputs
args
an
object
command
an
object
Outputs
None
Definition
USING:
kernel
math
redis.command-writer.private
sequences
;
IN:
redis.command-writer
:
write-command
( args command -- )
swap
2dup
[
length
]
bi@
+
write-count
[
[
arg>bytes
write-bulk
]
each
]
bi@
;