Liking cljdoc? Tell your friends :D

com.moclojer.rq.pubsub


listenerclj

(listener on-msg-fn)
source

publishclj

(publish redis-client channel message)

Publish a message to a channel

Publish a message to a channel
sourceraw docstring

subscribeclj

(subscribe redis-client on-msg-fn channels)

Subscribe to channels and call the callback function when a message is received is possible to subscribe to multiple channels

Subscribe to channels and call the callback function when a message is received
is possible to subscribe to multiple channels
sourceraw docstring

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

× close