io.chrisdavenport.rediculous.RedisPubSub
See theRedisPubSub companion object
A RedisPubSub Represent an connection or group of connections communicating to the pubsub subsystem of Redis.
Only one caller should be responsible for runMessages, but delegation of how to handle errors and what to do when the connection closes or what state it closes is left to the user so they can determine what to do.
Subscription commands are run synchronous to matching subscriptions. If your operations need to take a long time please delegate them into a queue for handling without holding up other messages being processed.
Attributes
- Companion
- object
- Source
- RedisPubSub.scala
- Graph
-
- Supertypes
Members list
In this article