Liking cljdoc? Tell your friends :D

memento.redis.listener


*conn-fn*clj

Function that is used on the connection when creating a listener. Default one strips out connection timeout parameters, as that would close listener. You can rebind this to your own.

Function that is used on the connection when creating a listener. Default one
strips out connection timeout parameters, as that would close listener. You can rebind this to your own.
sourceraw docstring

channelclj

source

ensure-lclj

(ensure-l conn)
source

event-endclj

(event-end lockout-tag)
source

event-startclj

(event-start lockout-tag items)
source

invalidationsclj

Invalidation ID -> [lockout-tag timestamp-ms tag-ids]. Timestamp is there so we can cull invalidations that are too long e.g. foreign JVM dies during invalidation, so it never triggers invalidation end.

Invalidation ID -> [lockout-tag timestamp-ms tag-ids]. Timestamp is there so we can cull invalidations that are too long
e.g. foreign JVM dies during invalidation, so it never triggers invalidation end.
sourceraw docstring

listenerclj

(listener conn f on-broken-listener)

Creates a new listener. If conn is broken on-broken-listener is called

Creates a new listener. If conn is broken on-broken-listener is called
sourceraw docstring

listenersclj

Conn -> listener

Conn -> listener
sourceraw docstring

process-msgclj

(process-msg [action invalidation-id items])
source

remove-old-invalidationsclj

(remove-old-invalidations interval)
source

shutdown-listenersclj

(shutdown-listeners)
source

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

× close