(raw-compile ptr)
compiles a function as body and sha
compiles a function as body and sha
(raw-compile-form ptr)
converts a ptr into a form
converts a ptr into a form
(raw-compile-raw ptr)
helper function for rt.redis.eval-script/raw-compile
helper function for rt.redis.eval-script/raw-compile
(raw-prep-in-fn {:rt/keys [redis] :as entry} args)
prepares the arguments for entry
prepares the arguments for entry
(raw-prep-out-fn {:rt/keys [redis] :as entry} out)
prepares arguments out
prepares arguments out
(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"
(rt-install-fn redis sha body keys args)
retries the function if not installed
retries the function if not installed
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close