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. trait BaseOperations extends BaseApi

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

    Permalink
  3. trait EvalOperations extends EvalApi

    Permalink
  4. trait GeoOperations extends GeoApi

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

    Permalink
  6. trait HashOperations extends HashApi

    Permalink
  7. trait HyperLogLogOperations extends HyperLogLogApi

    Permalink
  8. trait IO extends Log

    Permalink
  9. trait ListOperations extends ListApi

    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 NodeApi

    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. trait Redis extends IO with Protocol

    Permalink
  19. class RedisClient extends RedisCommand with PubSub

    Permalink
  20. class RedisClientPool extends AnyRef

    Permalink
  21. trait RedisCommand extends Redis with BaseOperations with GeoOperations with NodeOperations with StringOperations with ListOperations with SetOperations with SortedSetOperations with HashOperations with EvalOperations with PubOperations with HyperLogLogOperations with AutoCloseable

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

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

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

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

    Permalink
  26. trait SetOperations extends SetApi

    Permalink
  27. trait SortedSetOperations extends SortedSetApi

    Permalink
  28. trait StringOperations extends StringApi

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

    Permalink
  30. sealed trait SecondsOrMillis extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3.10) Use implementation with scala.concurrent.duration.Duration and SetBehaviour

Value Members

  1. object RedisClient

    Permalink
  2. object RedisClientPool

    Permalink
  3. object Util

    Permalink
  4. package api

    Permalink
  5. package cluster

    Permalink
  6. package ds

    Permalink
  7. package serialization

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped