Package

com

redis

Permalink

package redis

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. redis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait EvalOperations extends AnyRef

    Permalink
  3. trait HashOperations extends AnyRef

    Permalink
  4. trait HyperLogLogOperations extends AnyRef

    Permalink
  5. trait IO extends Log

    Permalink
  6. class IdentifiableRedisClientPool extends RedisClientPool

    Permalink

  7. trait ListOperations extends AnyRef

    Permalink
  8. trait Log extends AnyRef

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

    Permalink
  10. case class Millis(value: Long) extends SecondsOrMillis with Product with Serializable

    Permalink
  11. sealed trait Msg extends AnyRef

    Permalink
  12. trait NodeOperations extends AnyRef

    Permalink
  13. trait Operations extends AnyRef

    Permalink
  14. trait Protocol extends R

    Permalink
  15. trait PubOperations extends AnyRef

    Permalink
  16. trait PubSub extends PubOperations

    Permalink
  17. sealed trait PubSubMessage extends AnyRef

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

    Permalink
  19. class Publisher extends Actor

    Permalink
  20. trait Redis extends IO with Protocol

    Permalink
  21. class RedisClient extends RedisCommand with PubSub

    Permalink
  22. class RedisClientPool extends AnyRef

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

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

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

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

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

    Permalink
  28. case class Seconds(value: Long) extends SecondsOrMillis with Product with Serializable

    Permalink
  29. sealed trait SecondsOrMillis extends AnyRef

    Permalink
  30. trait SetOperations extends AnyRef

    Permalink
  31. trait SortedSetOperations extends AnyRef

    Permalink
  32. trait StringOperations extends AnyRef

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

    Permalink
  34. class Subscriber extends Actor

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

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

    Permalink

Value Members

  1. object RedisClient

    Permalink
  2. object RedisClientPool

    Permalink
  3. object UnsubscribeAll extends Msg with Product with Serializable

    Permalink
  4. object Util

    Permalink
  5. package cluster

    Permalink
  6. package ds

    Permalink
  7. package serialization

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped