com

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. case class E(e: Throwable) extends PubSubMessage with Product with Serializable

  2. trait EvalOperations extends AnyRef

  3. trait HashOperations extends AnyRef

  4. trait IO extends Log

  5. trait ListOperations extends AnyRef

  6. trait Log extends AnyRef

  7. case class M(origChannel: String, message: String) extends PubSubMessage with Product with Serializable

  8. sealed trait Msg extends AnyRef

  9. trait NodeOperations extends AnyRef

  10. trait Operations extends AnyRef

  11. trait Protocol extends R

  12. trait PubSub extends AnyRef

  13. sealed trait PubSubMessage extends AnyRef

  14. case class Publish(channel: String, msg: String) extends Msg with Product with Serializable

  15. class Publisher extends Actor

  16. trait Redis extends IO with Protocol

  17. class RedisClient extends RedisCommand with PubSub

  18. class RedisClientPool extends AnyRef

  19. trait RedisCommand extends Redis with Operations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations

  20. case class RedisConnectionException(message: String) extends RuntimeException with Product with Serializable

  21. case class RedisMultiExecException(message: String) extends RuntimeException with Product with Serializable

  22. case class Register(callback: (PubSubMessage) ⇒ Any) extends Msg with Product with Serializable

  23. case class S(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable

  24. trait SetOperations extends AnyRef

  25. trait SortedSetOperations extends AnyRef

  26. trait StringOperations extends AnyRef

  27. case class Subscribe(channels: Array[String]) extends Msg with Product with Serializable

  28. class Subscriber extends Actor

  29. case class U(channel: String, noSubscribed: Int) extends PubSubMessage with Product with Serializable

  30. case class Unsubscribe(channels: Array[String]) extends Msg with Product with Serializable

Value Members

  1. object RedisClient

  2. object UnsubscribeAll extends Msg with Product with Serializable

  3. object Util

  4. package cluster

  5. package ds

  6. package serialization

Ungrouped