(add-command [e & rpath] parent [entry])
command for add
(compile type/<SPEC> '[:ADD ["test"] [:events :_:error] {:id "A"}]) => '(redis.call "XADD" (cat "test" ":" "events" ":" "_:error") "*" "id" "A")
command for add (compile type/<SPEC> '[:ADD ["test"] [:events :_:error] {:id "A"}]) => '(redis.call "XADD" (cat "test" ":" "events" ":" "_:error") "*" "id" "A")
(build-command {:keys [wrap] :as cmd} path parent)
builds a redis command
builds a redis command
(compile spec & statements)
compiles a body with spec
compiles a body with spec
(decr-command [e & rpath] parent [body])
command for decr
command for decr
(del-entry-command e rpath parent)
deletes for single field values
deletes for single field values
(del-vals-command e rpath parent [keys])
delete for data structures
delete for data structures
(del-vals-key e rpath parent body)
delete for :key inputs
delete for :key inputs
(get-all-command e rpath parent)
creates a get all command
creates a get all command
(get-entry-command e rpath parent)
command for get entry
command for get entry
(get-vals-command e rpath parent [keys])
command for set vals
command for set vals
(incr-command [e & rpath] parent [body])
command for incr
command for incr
(parse-coll spec k)
parses a collection (:list, :set, :stream) type
parses a collection (:list, :set, :stream) type
(parse-map spec k)
parses the :map type from a spec and key
parses the :map type from a spec and key
(set-entry-command e rpath parent body)
command for set entry
command for set entry
(set-vals-command e rpath parent body)
command for set vals
command for set vals
(to:str {:keys [path]})
conserve symbols, other types to string
conserve symbols, other types to string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close