Liking cljdoc? Tell your friends :D

omega-red.redis

Represents a redis connection spec, so we can use it when using Carmine, unlike the regular wcar* macro, recommended in Carmine docs.

Represents a redis connection spec,
so we can use it when using Carmine, unlike the
regular `wcar*` macro, recommended in Carmine docs.
raw docstring

createclj

(create {:keys [host port]})
source

execute*clj

(execute* conn redis-fn+args)
source

execute-pipeline*clj

(execute-pipeline* conn redis-fns+args)
source

get-redis-fnclj

source

get-redis-fn*clj

(get-redis-fn* fn-name-keyword)

Finds actual function instance, based on a keyword. So: :hset -> taoensso.carmine/hset which then can be used as normal function

Finds actual function instance, based on a keyword.
So:
:hset -> taoensso.carmine/hset
which then can be used as normal function
sourceraw docstring

Redisclj

source

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

× close