Liking cljdoc? Tell your friends :D

rt.redis.client


+lua-oneshot+clj


+redis-oneshot+clj


clientclj

(client {:keys [id env] :as m})

creates and starts a redis client

creates and starts a redis client
raw docstring

client:createclj

(client:create {:keys [id env mode host port] :as m})

creates a redis client

(r/client:create {:id "localhost" :port 17000}) => r/client?

creates a redis client

(r/client:create {:id "localhost"
                  :port 17000})
=> r/client?
raw docstring

client?clj

(client? obj)

checks that instance is a client

checks that instance is a client
raw docstring

invoke-ptr-redisclj

(invoke-ptr-redis redis ptr args)

invokes the pointer in the redis context

invokes the pointer in the redis context
raw docstring

test:clientclj

(test:client)

creates a test client on docker

creates a test client on docker
raw docstring

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

× close