Liking cljdoc? Tell your friends :D

konserve-redis.core

Redis based konserve backend.

Redis based konserve backend.
raw docstring

connect-storeclj

(connect-store redis-spec & {:keys [opts] :as params})
source

copyclj

(copy client source-key destination-key)
source

deleteclj

(delete client key)
source

delete-storeclj

(delete-store redis-spec & {:keys [opts]})
source

exists?clj

(exists? client key)
source

get-objectclj

(get-object client key)
source

list-objectsclj

(list-objects client)
source

mdeleteclj

(mdelete client keys)

Delete multiple keys in a single DEL call. Returns the number of keys deleted.

Delete multiple keys in a single DEL call.
Returns the number of keys deleted.
sourceraw docstring

mget-objectsclj

(mget-objects client keys)

Fetch multiple keys in a single MGET call. Returns values in the same order as the input keys. Missing keys return nil in their position.

Fetch multiple keys in a single MGET call.
Returns values in the same order as the input keys.
Missing keys return nil in their position.
sourceraw docstring

output-stream-buffer-sizeclj

source

put-objectclj

(put-object client key bytes)
source

redis-clientclj

(redis-client {:keys [pool ssl-fn uri]})
source

releaseclj

(release store env)

Must be called after work on database has finished in order to close connection

Must be called after work on database has finished in order to close connection
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close