Liking cljdoc? Tell your friends :D

redis.protocol


*return-byte-arrays?*clj

source

*string-charset*clj

source

bulk-count-markerclj

source

bulk-length-markerclj

source

CRclj

source

CRLFclj

source

LFclj

source

make-inline-commandclj

(make-inline-command name)
source

make-multi-bulk-commandclj

(make-multi-bulk-command & args)
source

read-replyclj

(read-reply channel)
source

RedisBuffercljprotocol

A RedisBuffer supports putting bytes in, and writing them out to a Stream

A RedisBuffer supports putting bytes in, and writing them out to a
Stream

put-byteclj

(put-byte buf byte)

put-bytesclj

(put-bytes buf bytes)

write-to-streamclj

(write-to-stream buf stream)
sourceraw docstring

RedisCommandcljprotocol

A RedisCommand knows how to write itself to a RedisBuffer

A RedisCommand knows how to write itself to a RedisBuffer

write-to-bufferclj

(write-to-buffer command buf)
sourceraw docstring

RedisInputStreamcljprotocol

readclj

(read stream count)

read-crlfclj

(read-crlf stream)

read-lineclj

(read-line stream)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close