Handbook
Glossary
redis-exists ( key -- response )
Vocabulary
redis
Inputs
key
an
object
Outputs
response
an
object
Definition
USING:
io
redis.command-writer
redis.response-parser
;
IN:
redis
:
redis-exists
( key -- response )
exists
flush
read-response
;