RedisPubSub

case class RedisPubSub(host: String, port: Int, channels: Seq[String], patterns: Seq[String], onMessage: Message => Unit, onPMessage: PMessage => Unit, authPassword: Option[String], name: String)(implicit system: ActorRefFactory, redisDispatcher: RedisDispatcher)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def psubscribe(patterns: String*): Unit
def punsubscribe(patterns: String*): Unit
def stop(): Unit

Disconnect from the server (stop the actor)

Disconnect from the server (stop the actor)

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

Inherited methods

Inherited from:
Product

Concrete fields