Liking cljdoc? Tell your friends :D

lib.redis.impl.common


*rt*clj


in:hash-argsclj

(in:hash-args args)

create args from hash-map

create args from hash-map
raw docstring

make-keyclj

(make-key ns key)

creates a namespaced key

(make-key nil :hello) => "hello"

creates a namespaced key

(make-key nil :hello)
=> "hello"
raw docstring

opts:cacheclj

(opts:cache opts)

creates a opts map for bulk operations

creates a opts map for bulk operations
raw docstring

process:dataclj

(process:data data {:keys [format]})

input function for data

input function for data
raw docstring

process:data-multiclj

(process:data-multi data {:keys [format]})

input function for multi data

input function for multi data
raw docstring

process:keyclj

(process:key key {:keys [namespace]})

input function for key

input function for key
raw docstring

process:key-multiclj

(process:key-multi keys {:keys [namespace]})

input function for keys

input function for keys
raw docstring

process:kvclj

(process:kv args {:keys [namespace format]})

input function for multi key methods

input function for multi key methods
raw docstring

process:kv-hashclj

(process:kv-hash args {:keys [format]})

input function for multi hash methods

input function for multi hash methods
raw docstring

process:unchangedclj

(process:unchanged data _)

input function to unchange input

input function to unchange input
raw docstring

return-defaultclj

(return-default val {:keys [async chain post]})

return for default values

return for default values
raw docstring

return:formatclj

(return:format format)

constructs a return function

constructs a return function
raw docstring

return:keysclj

(return:keys data {:keys [namespace]})

return function for keys

return function for keys
raw docstring

return:kv-hashclj

(return:kv-hash data {:keys [format]})

return function for string

return function for string
raw docstring

return:rawclj

(return:raw data _)

return function for string

return function for string
raw docstring

return:stringclj

(return:string data _)

return function for string

return function for string
raw docstring

unmake-keyclj

(unmake-key ns key)

removes the namespaced portion

(unmake-key "hello" "hello:there") => "there"

removes the namespaced portion

(unmake-key "hello" "hello:there")
=> "there"
raw docstring

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

× close