Liking cljdoc? Tell your friends :D

rt.redis.eval-script


+raw-compileclj


raw-compileclj

(raw-compile ptr)

compiles a function as body and sha

compiles a function as body and sha
raw docstring

raw-compile-formclj

(raw-compile-form ptr)

converts a ptr into a form

converts a ptr into a form
raw docstring

raw-compile-rawclj

(raw-compile-raw ptr)

helper function for rt.redis.eval-script/raw-compile

helper function for rt.redis.eval-script/raw-compile
raw docstring

raw-prep-in-fnclj

(raw-prep-in-fn {:rt/keys [redis] :as entry} args)

prepares the arguments for entry

prepares the arguments for entry
raw docstring

raw-prep-out-fnclj

(raw-prep-out-fn {:rt/keys [redis] :as entry} out)

prepares arguments out

prepares arguments out
raw docstring

redis-invoke-shaclj

(redis-invoke-sha redis ptr args)
(redis-invoke-sha redis ptr args no-install)

creates a sha call

(redis-invoke-sha -client- redis/call-fn ["PING"] true) => (throws)

(redis-invoke-sha -client- redis/call-fn ["PING"]) => "PONG"

creates a sha call

(redis-invoke-sha -client-
                  redis/call-fn
                  ["PING"]
                  true)
=> (throws)


(redis-invoke-sha -client-
                  redis/call-fn
                  ["PING"])
=> "PONG"
raw docstring

rt-install-fnclj

(rt-install-fn redis sha body keys args)

retries the function if not installed

retries the function if not installed
raw docstring

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

× close