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

    Permalink

    Created by alexis on 05/09/16.

  4. case class GeoRadiusMember(member: Option[String], hash: Option[Long] = None, dist: Option[String] = None, coords: Option[(String, String)] = None) extends Product with Serializable

    Permalink
  5. trait HashOperations extends AnyRef

    Permalink
  6. trait HyperLogLogOperations extends AnyRef

    Permalink
  7. trait IO extends Log

    Permalink
  8. class IdentifiableRedisClientPool extends RedisClientPool

    Permalink

  9. trait ListOperations extends AnyRef

    Permalink
  10. trait Log extends AnyRef

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

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

    Permalink
  13. trait NodeOperations extends AnyRef

    Permalink
  14. trait Operations extends AnyRef

    Permalink
  15. trait Protocol extends R

    Permalink
  16. trait PubOperations extends AnyRef

    Permalink
  17. trait PubSub extends PubOperations

    Permalink
  18. sealed trait PubSubMessage extends AnyRef

    Permalink
  19. trait Redis extends IO with Protocol

    Permalink
  20. class RedisClient extends RedisCommand with PubSub

    Permalink
  21. class RedisClientPool extends AnyRef

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

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

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

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

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

    Permalink
  27. sealed trait SecondsOrMillis extends AnyRef

    Permalink
  28. trait SetOperations extends AnyRef

    Permalink
  29. trait SortedSetOperations extends AnyRef

    Permalink
  30. trait StringOperations extends AnyRef

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

    Permalink

Value Members

  1. object RedisClient

    Permalink
  2. object RedisClientPool

    Permalink
  3. object Util

    Permalink
  4. package cluster

    Permalink
  5. package ds

    Permalink
  6. package serialization

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped