Liking cljdoc? Tell your friends :D

kmi.redis.compile


add-commandclj

(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")
raw docstring

build-commandclj

(build-command {:keys [wrap] :as cmd} path parent)

builds a redis command

builds a redis command
raw docstring

build-pathclj

(build-path path parent)

build path command

build path command
raw docstring

compileclj

(compile spec & statements)

compiles a body with spec

compiles a body with spec
raw docstring

compile-cmdclj

(compile-cmd spec f body)

compiles the command

compiles the command
raw docstring

compile-pathclj

(compile-path spec path)

creates a typed path

creates a typed path
raw docstring

decr-commandclj

(decr-command [e & rpath] parent [body])

command for decr

command for decr
raw docstring

del-all-keyclj

(del-all-key e rpath parent)

delete all for :key

delete all for :key
raw docstring

del-commandclj

(del-command [e & rpath] parent body)

command for del

command for del
raw docstring

del-entry-commandclj

(del-entry-command e rpath parent)

deletes for single field values

deletes for single field values
raw docstring

del-vals-commandclj

(del-vals-command e rpath parent [keys])

delete for data structures

delete for data structures
raw docstring

del-vals-keyclj

(del-vals-key e rpath parent body)

delete for :key inputs

delete for :key inputs
raw docstring

get-all-commandclj

(get-all-command e rpath parent)

creates a get all command

creates a get all command
raw docstring

get-all-keyclj

(get-all-key e rpath parent)

export all sub keys

export all sub keys
raw docstring

get-commandclj

(get-command [e & rpath] parent body)

command for get

command for get
raw docstring

get-entry-commandclj

(get-entry-command e rpath parent)

command for get entry

command for get entry
raw docstring

get-vals-commandclj

(get-vals-command e rpath parent [keys])

command for set vals

command for set vals
raw docstring

get-vals-keyclj

(get-vals-key e rpath parent body)

export input keys

export input keys
raw docstring

has-commandclj

(has-command [e & rpath] parent _)

command for has

command for has
raw docstring

incr-commandclj

(incr-command [e & rpath] parent [body])

command for incr

command for incr
raw docstring

keys-commandclj

(keys-command [e & rpath] parent _)

command for keys

command for keys
raw docstring

len-commandclj

(len-command [e & rpath] parent _)

command for length

command for length
raw docstring

parse-collclj

(parse-coll spec k)

parses a collection (:list, :set, :stream) type

parses a collection (:list, :set, :stream) type
raw docstring

parse-mapclj

(parse-map spec k)

parses the :map type from a spec and key

parses the :map type from a spec and key
raw docstring

parse-zsetclj

(parse-zset spec k)

parses a :zset type

parses a :zset type
raw docstring

path-commandclj

(path-command path parent _)

command for path

command for path
raw docstring

run-commandclj

(run-command [e & rpath] parent body)

command for run

command for run
raw docstring

set-commandclj

(set-command [e & rpath] parent body)

command for set

command for set
raw docstring

set-entry-commandclj

(set-entry-command e rpath parent body)

command for set entry

command for set entry
raw docstring

set-vals-commandclj

(set-vals-command e rpath parent body)

command for set vals

command for set vals
raw docstring

to:arrayclj

(to:array body)

creates a form for arrays

creates a form for arrays
raw docstring

to:strclj

(to:str {:keys [path]})

conserve symbols, other types to string

conserve symbols, other types to string
raw docstring

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

× close