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. class IdentifiableRedisClientPool extends RedisClientPool

  6. trait ListOperations extends AnyRef

  7. trait Log extends AnyRef

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

  9. sealed trait Msg extends AnyRef

  10. trait NodeOperations extends AnyRef

  11. trait Operations extends AnyRef

  12. trait Protocol extends R

  13. trait PubSub extends AnyRef

  14. sealed trait PubSubMessage extends AnyRef

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

  16. class Publisher extends Actor

  17. trait Redis extends IO with Protocol

  18. class RedisClient extends RedisCommand with PubSub

  19. class RedisClientPool extends AnyRef

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

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

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

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

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

  25. trait SetOperations extends AnyRef

  26. trait SortedSetOperations extends AnyRef

  27. trait StringOperations extends AnyRef

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

  29. class Subscriber extends Actor

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

  31. 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