Liking cljdoc? Tell your friends :D

celtuce.connector


as-pubsubclj

(as-pubsub {:keys [redis-client codec] :as redis-connector})
source

kw->cunitclj

source

kw->dbehaviorclj

source

kw->rtriggerclj

source

kw->tunitclj

source

Listenablecljprotocol

Register a celtuce.commands.PubSubListener on a stateful pubsub connection

Register a celtuce.commands.PubSubListener on a stateful pubsub connection

add-listener!clj

(add-listener! this listener)
sourceraw docstring

redis-clusterclj

(redis-cluster redis-uri
               &
               {codec :codec
                client-options :client-options
                {auto-flush :auto-flush
                 conn-timeout :timeout
                 conn-unit :unit
                 :or {auto-flush true}}
                  :conn-options
                :or {codec (nippy-codec) client-options {}}})
source

redis-serverclj

(redis-server redis-uri
              &
              {codec :codec
               client-options :client-options
               {auto-flush :auto-flush
                conn-timeout :timeout
                conn-unit :unit
                :or {auto-flush true}}
                 :conn-options
               :or {codec (nippy-codec) client-opts {}}})
source

RedisClusterclj

source

RedisConnectorcljprotocol

Manipulate Redis client and stateful connection

Manipulate Redis client and stateful connection

commands-dynamicclj

(commands-dynamic this cmd-class)

commands-syncclj

(commands-sync this)

flush-commandsclj

(flush-commands this)

resetclj

(reset this)

set-optionsclj

(set-options this options)

shutdownclj

(shutdown this)
sourceraw docstring

RedisPubSubclj

source

RedisServerclj

source

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

× close