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 HyperLogLogOperations extends AnyRef

  5. trait IO extends Log

  6. class IdentifiableRedisClientPool extends RedisClientPool

  7. trait ListOperations extends AnyRef

  8. trait Log extends AnyRef

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

  10. sealed trait Msg extends AnyRef

  11. trait NodeOperations extends AnyRef

  12. trait Operations extends AnyRef

  13. trait Protocol extends R

  14. trait PubOperations extends AnyRef

  15. trait PubSub extends PubOperations

  16. sealed trait PubSubMessage extends AnyRef

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

  18. class Publisher extends Actor

  19. trait Redis extends IO with Protocol

  20. class RedisClient extends RedisCommand with PubSub

  21. class RedisClientPool extends AnyRef

  22. trait RedisCommand extends Redis with Operations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations with PubOperations with HyperLogLogOperations

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

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

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

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

  27. trait SetOperations extends AnyRef

  28. trait SortedSetOperations extends AnyRef

  29. trait StringOperations extends AnyRef

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

  31. class Subscriber extends Actor

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

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