Liking cljdoc? Tell your friends :D

celtuce.scan


chunked-scan-seqcljmacro

(chunked-scan-seq scan-expr)

Takes a scan EXPR composed of:

  • a command: "scan", "sscan", "hscan", "zscan"
  • a key when the command is not "scan"
  • optionals: ScanCursor c, ScanArgs args Returns a lazy seq that calls scan-res on each cursor iteration result (chunk).
Takes a scan EXPR composed of:
 - a command: "scan", "sscan", "hscan", "zscan"
 - a key when the command is not "scan"
 - optionals: ScanCursor c, ScanArgs args
Returns a lazy seq that calls scan-res on each cursor iteration result (chunk).
sourceraw docstring

chunked-scan-seq*clj

(chunked-scan-seq* scan-fn cursor args)
source

hscan-seqclj

(hscan-seq cmds key)
(hscan-seq cmds key args)

Lazy HSCAN sequence, takes optional scan-args

Lazy HSCAN sequence, takes optional scan-args
sourceraw docstring

PScanCursorcljprotocol

finished?clj

(finished? this)

True if the scan operation of this cursor is finished

True if the scan operation of this cursor is finished

get-cursorclj

(get-cursor this)

Get the String cursor id

Get the String cursor id
source

PScanResultcljprotocol

scan-resclj

(scan-res this)

Get the data contained in a scan cursor result

Get the data contained in a scan cursor result
source

scan-argsclj

(scan-args & {limit :limit match :match})
source

scan-cursorclj

(scan-cursor)
(scan-cursor cursor)
source

scan-seqclj

(scan-seq cmds)
(scan-seq cmds args)

Lazy SCAN sequence, takes optional scan-args

Lazy SCAN sequence, takes optional scan-args
sourceraw docstring

sscan-seqclj

(sscan-seq cmds key)
(sscan-seq cmds key args)

Lazy SSCAN sequence, takes optional scan-args

Lazy SSCAN sequence, takes optional scan-args
sourceraw docstring

zscan-seqclj

(zscan-seq cmds key)
(zscan-seq cmds key args)

Lazy ZSCAN sequence, takes optional scan-args

Lazy ZSCAN sequence, takes optional scan-args
sourceraw docstring

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

× close