RedisPubSub

redis.RedisPubSub
case class RedisPubSub(host: String, port: Int, channels: Seq[String], patterns: Seq[String], onMessage: Message => Unit, onPMessage: PMessage => Unit, authUsername: Option[String], authPassword: Option[String], name: String)(implicit system: ActorRefFactory, redisDispatcher: RedisDispatcher)

Attributes

Source:
Redis.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Redis.scala
def psubscribe(patterns: String*): Unit

Attributes

Source:
Redis.scala
def punsubscribe(patterns: String*): Unit

Attributes

Source:
Redis.scala
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

Attributes

Source:
Redis.scala
def subscribe(channels: String*): Unit

Attributes

Source:
Redis.scala
def unsubscribe(channels: String*): Unit

Attributes

Source:
Redis.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source:
Redis.scala