RedisPubSub

io.chrisdavenport.rediculous.RedisPubSub$
See theRedisPubSub companion trait

Attributes

Companion:
trait
Source:
RedisPubSub.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Source:
RedisPubSub.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait PubSubMessage

Attributes

Companion:
object
Source:
RedisPubSub.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Message
class PMessage

Attributes

Companion:
trait
Source:
RedisPubSub.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait PubSubReply

Attributes

Companion:
object
Source:
RedisPubSub.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Msg
object Pong.type

Value members

Concrete methods

def fromConnection[F[_] : Concurrent](connection: RedisConnection[F], maxBytes: Int, clusterBroadcast: Boolean): Resource[F, RedisPubSub[F]]

Create a RedisPubSub Connection from a connection.

Create a RedisPubSub Connection from a connection.

Cluster Broadcast is used for keyspace notifications which are only local to the node so require connections to all nodes.

Attributes

Source:
RedisPubSub.scala