Liking cljdoc? Tell your friends :D

redis.connection


connection-alive?clj

(connection-alive? connection)
source

default-connection-specclj

source

make-connectionclj

(make-connection server-spec)
source

make-non-pooled-connection-poolclj

(make-non-pooled-connection-pool)
source

RedisConnectioncljprotocol

closeclj

(close connection)

connected?clj

(connected? connection)

get-server-specclj

(get-server-spec connection)

input-streamclj

(input-stream connection)

output-streamclj

(output-stream connection)
source

RedisConnectionPoolcljprotocol

get-connectionclj

(get-connection pool connection-spec)

release-connectionclj

(release-connection pool connection)
(release-connection pool connection exception)
source

send-command-and-read-replyclj

(send-command-and-read-reply connection command)
source

with-connectioncljmacro

(with-connection name pool server-spec & body)
source

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

× close