(client {:keys [id env] :as m})
creates and starts a redis client
creates and starts a redis client
(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?
(client? obj)
checks that instance is a client
checks that instance is a client
(invoke-ptr-redis redis ptr args)
invokes the pointer in the redis context
invokes the pointer in the redis context
(test:client)
creates a test client on docker
creates a test client on docker
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close