lib.redis.impl.common
make-key
added in 3.0
(make-key ns key)creates a namespaced key
(make-key nil :hello) => “hello”
process:data-multi
added in 3.0
(process:data-multi data {:keys [format]})input function for multi data
process:key-multi
added in 3.0
(process:key-multi keys {:keys [namespace]})input function for keys
process:kv
added in 3.0
(process:kv args {:keys [namespace format]})input function for multi key methods
process:kv-hash
added in 3.0
(process:kv-hash args {:keys [format]})input function for multi hash methods
return-default
added in 3.0
(return-default val {:keys [async chain post]})return for default values
return:kv-hash
added in 3.0
(return:kv-hash data {:keys [format]})return function for string
unmake-key
added in 3.0
(unmake-key ns key)removes the namespaced portion
(unmake-key “hello” “hello:there”) => “there”