Package

com.avsystem.commons.redis

commands

Permalink

package commands

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. commands
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Aggregation extends NamedEnum

    Permalink
  2. sealed abstract class BitOp extends NamedEnum

    Permalink
  3. trait BlockingListsApi extends ApiSubset

    Permalink
  4. final case class ClientAddress(ip: String, port: Int) extends ClientFilter with Product with Serializable

    Permalink
  5. final class ClientEvents extends AnyVal

    Permalink
  6. sealed trait ClientFilter extends Any

    Permalink
  7. final class ClientFlags extends AnyVal

    Permalink
  8. final case class ClientId(raw: Long) extends AnyVal with ClientFilter with Product with Serializable

    Permalink
  9. case class ClientInfo(infoLine: String) extends Product with Serializable

    Permalink
  10. sealed abstract class ClientType extends NamedEnum with ClientFilter

    Permalink
  11. trait ClientsInfo extends RedisInfo

    Permalink
  12. trait ClusterInfo extends RedisInfo

    Permalink
  13. case class ClusterStateInfo(info: String) extends ParsedInfo with Product with Serializable

    Permalink
  14. case class CommandArity(arity: Int, more: Boolean) extends Product with Serializable

    Permalink
  15. final class CommandFlags extends AnyVal

    Permalink
  16. case class CommandInfo(name: String, arity: CommandArity, flags: CommandFlags, firstKey: Int, lastKey: Int, stepCount: Int) extends Product with Serializable

    Permalink
  17. case class CommandStat(infoLine: String) extends ParsedInfo with Product with Serializable

    Permalink
  18. trait CommandstatsInfo extends RedisInfo

    Permalink
  19. trait ConnectionClusterApi extends NodeClusterApi

    Permalink
  20. trait ConnectionConnectionApi extends NodeConnectionApi

    Permalink
  21. trait ConnectionScriptingApi extends NodeScriptingApi

    Permalink
  22. trait ConnectionServerApi extends NodeServerApi

    Permalink
  23. trait CpuInfo extends RedisInfo

    Permalink
  24. final case class Cursor(raw: Long) extends AnyVal with Product with Serializable

    Permalink
  25. case class DbStat(infoLine: String) extends ParsedInfo with Product with Serializable

    Permalink
  26. sealed abstract class DebugMode extends NamedEnum

    Permalink
  27. abstract class DefaultRedisInfo extends RedisInfo with ServerInfo with ClientsInfo with MemoryInfo with PersistenceInfo with StatsInfo with ReplicationInfo with CpuInfo with ClusterInfo with KeyspaceInfo

    Permalink
  28. final case class Dumped(raw: ByteString) extends AnyVal with Product with Serializable

    Permalink
  29. sealed abstract class Encoding extends NamedEnum

    Permalink
  30. sealed trait Expiration extends AnyRef

    Permalink
  31. sealed abstract class FailoverOption extends NamedEnum

    Permalink
  32. case class FullRedisInfo(infoStr: String) extends DefaultRedisInfo with CommandstatsInfo with Product with Serializable

    Permalink
  33. trait GeoApi extends ApiSubset

    Permalink
  34. final case class GeoHash(raw: String) extends AnyVal with Product with Serializable

    Permalink
  35. case class GeoPoint(longitude: Double, latitude: Double) extends Product with Serializable

    Permalink
  36. sealed abstract class GeoUnit extends NamedEnum

    Permalink
  37. abstract class GeoradiusAttrs extends AnyRef

    Permalink
  38. sealed trait HashEncoding extends Encoding

    Permalink
  39. case class HashFieldPattern[+K, +H](keyPattern: K, fieldPattern: H) extends SortPattern[K, H] with Product with Serializable

    Permalink
  40. trait HashesApi extends ApiSubset

    Permalink
  41. trait HyperLogLogApi extends ApiSubset

    Permalink
  42. case class KeyPattern[+K](pattern: K) extends SortPattern[K, Nothing] with Product with Serializable

    Permalink
  43. trait KeyedClusterApi extends ApiSubset

    Permalink
  44. trait KeyedKeysApi extends ApiSubset

    Permalink

    Author: ghik Created: 06/04/16.

  45. trait KeyedScriptingApi extends ApiSubset

    Permalink

    Author: ghik Created: 04/10/16.

  46. trait KeyedServerApi extends ApiSubset

    Permalink
  47. trait KeyspaceInfo extends RedisInfo

    Permalink
  48. sealed trait LexLimit[+V] extends AnyRef

    Permalink
  49. case class Limit(offset: Long, count: Long) extends Product with Serializable

    Permalink
  50. sealed trait ListEncoding extends Encoding

    Permalink
  51. trait ListsApi extends ApiSubset

    Permalink
  52. case class MasterRole(replOffset: Long, slaveOffsets: Seq[(NodeAddress, Long)]) extends RedisRole with Product with Serializable

    Permalink
  53. sealed abstract class MaxmemoryPolicy extends NamedEnum

    Permalink
  54. trait MemoryInfo extends RedisInfo

    Permalink
  55. sealed abstract class MultiBitOp extends BitOp

    Permalink
  56. trait NodeClusterApi extends KeyedClusterApi

    Permalink
  57. trait NodeConnectionApi extends ApiSubset

    Permalink
  58. final class NodeFlags extends AnyVal

    Permalink
  59. final case class NodeId(raw: String) extends AnyVal with Product with Serializable

    Permalink
  60. case class NodeInfo(infoLine: String) extends Product with Serializable

    Permalink
  61. trait NodeKeysApi extends KeyedKeysApi with ApiSubset

    Permalink
  62. trait NodeScriptingApi extends KeyedScriptingApi

    Permalink
  63. trait NodeServerApi extends KeyedServerApi

    Permalink
  64. abstract class ParsedInfo extends AnyRef

    Permalink
  65. trait PersistenceInfo extends RedisInfo

    Permalink
  66. trait RecoverableKeyedScriptingApi extends RecoverableApiSubset with KeyedScriptingApi

    Permalink
  67. trait RedisInfo extends AnyRef

    Permalink
  68. abstract class RedisInfoSection[T >: FullRedisInfo <: RedisInfo] extends AnyRef

    Permalink
  69. sealed abstract class RedisMode extends NamedEnum

    Permalink
  70. sealed trait RedisRole extends AnyRef

    Permalink
  71. trait RedisScript[+A] extends AnyRef

    Permalink
  72. case class RedisTimestamp(seconds: Long, useconds: Long) extends Product with Serializable

    Permalink
  73. sealed abstract class RedisType extends NamedEnum

    Permalink
  74. final class RemCount extends AnyVal

    Permalink
  75. sealed abstract class ReplState extends NamedEnum

    Permalink
  76. trait ReplicationInfo extends RedisInfo

    Permalink
  77. type ReplyDecoder[+T] = PartialFunction[ValidRedisMsg, T]

    Permalink
  78. type ReplyPairDecoder[+T] = PartialFunction[(ValidRedisMsg, ValidRedisMsg), T]

    Permalink
  79. case class ScoreLimit(value: Double, inclusive: Boolean) extends Product with Serializable

    Permalink
  80. case class SemiRange(start: Int, end: Opt[Int] = Opt.Empty) extends Product with Serializable

    Permalink
  81. case class SentinelRole(masterNames: Seq[String]) extends RedisRole with Product with Serializable

    Permalink
  82. trait ServerInfo extends RedisInfo

    Permalink
  83. sealed trait SetEncoding extends Encoding

    Permalink
  84. trait SetsApi extends ApiSubset

    Permalink
  85. sealed trait SetslotCmd extends AnyRef

    Permalink
  86. final case class Sha1(raw: String) extends AnyVal with Product with Serializable

    Permalink
  87. sealed abstract class ShutdownModifier extends NamedEnum

    Permalink
  88. final case class Skipme(skipme: Boolean) extends AnyVal with ClientFilter with Product with Serializable

    Permalink
  89. case class SlaveInfo(infoLine: String) extends ParsedInfo with Product with Serializable

    Permalink
  90. case class SlaveRole(master: NodeAddress, replState: ReplState, receivedDataOffset: Long) extends RedisRole with Product with Serializable

    Permalink
  91. sealed abstract class SlaveState extends NamedEnum

    Permalink
  92. case class SlotRange(start: Int, end: Int) extends Product with Serializable

    Permalink
  93. case class SlotRangeMapping[N](range: SlotRange, master: N, slaves: Seq[N]) extends Product with Serializable

    Permalink
  94. trait SlotsNodeFormat[N] extends AnyRef

    Permalink
  95. case class SlowlogEntry(id: Long, timestamp: Long, duration: Long, command: Seq[ByteString]) extends Product with Serializable

    Permalink
  96. case class SortLimit(offset: Long, count: Long) extends Product with Serializable

    Permalink
  97. sealed abstract class SortOrder extends NamedEnum

    Permalink
  98. sealed trait SortPattern[+K, +H] extends AnyRef

    Permalink
  99. sealed trait SortedSetEncoding extends Encoding

    Permalink
  100. trait SortedSetsApi extends ApiSubset

    Permalink
  101. trait StatsInfo extends RedisInfo

    Permalink
  102. sealed trait StringEncoding extends Encoding

    Permalink
  103. trait StringsApi extends ApiSubset

    Permalink
  104. trait TransactionApi extends ApiSubset

    Permalink

Value Members

  1. object Aggregation extends NamedEnumCompanion[Aggregation]

    Permalink
  2. object Asking extends UnsafeCommand with Product with Serializable

    Permalink
  3. object BitOp extends NamedEnumCompanion[BitOp]

    Permalink
  4. object ClientAddress extends Serializable

    Permalink
  5. object ClientEvents

    Permalink
  6. object ClientFilter

    Permalink
  7. object ClientFlags

    Permalink
  8. object ClientId extends Serializable

    Permalink
  9. object ClientType extends NamedEnumCompanion[ClientType]

    Permalink
  10. object ClientsInfo extends RedisInfoSection[ClientsInfo]

    Permalink
  11. object ClusterInfo extends RedisInfoSection[ClusterInfo]

    Permalink
  12. object CommandFlags

    Permalink
  13. object CommandstatsInfo extends RedisInfoSection[CommandstatsInfo]

    Permalink
  14. object CpuInfo extends RedisInfoSection[CpuInfo]

    Permalink
  15. object Cursor extends Serializable

    Permalink
  16. object DebugMode extends NamedEnumCompanion[DebugMode]

    Permalink
  17. object DefaultRedisInfo extends RedisInfoSection[DefaultRedisInfo]

    Permalink
  18. object Encoding extends NamedEnumCompanion[Encoding]

    Permalink
  19. object Expiration

    Permalink
  20. object FailoverOption extends NamedEnumCompanion[FailoverOption]

    Permalink
  21. object FullRedisInfo extends RedisInfoSection[FullRedisInfo] with Serializable

    Permalink
  22. object GeoPoint extends Serializable

    Permalink
  23. object GeoUnit extends NamedEnumCompanion[GeoUnit]

    Permalink
  24. object GeoradiusAttrs

    Permalink
  25. object KeyspaceInfo extends RedisInfoSection[KeyspaceInfo]

    Permalink
  26. object LexLimit

    Permalink
  27. object Limit extends Serializable

    Permalink
  28. object MaxmemoryPolicy extends NamedEnumCompanion[MaxmemoryPolicy]

    Permalink
  29. object MemoryInfo extends RedisInfoSection[MemoryInfo]

    Permalink
  30. object NodeFlags

    Permalink
  31. object PersistenceInfo extends RedisInfoSection[PersistenceInfo]

    Permalink
  32. object RedisMode extends NamedEnumCompanion[RedisMode]

    Permalink
  33. object RedisRole

    Permalink
  34. object RedisScript

    Permalink
  35. object RedisType extends NamedEnumCompanion[RedisType]

    Permalink
  36. object RemCount

    Permalink
  37. object ReplState extends NamedEnumCompanion[ReplState]

    Permalink
  38. object ReplicationInfo extends RedisInfoSection[ReplicationInfo]

    Permalink
  39. object ReplyDecoders

    Permalink
  40. object ScoreLimit extends Serializable

    Permalink
  41. object SelfPattern extends SortPattern[Nothing, Nothing] with Product with Serializable

    Permalink
  42. object ServerInfo extends RedisInfoSection[ServerInfo]

    Permalink
  43. object SetslotCmd

    Permalink
  44. object Sha1 extends Serializable

    Permalink
  45. object ShutdownModifier extends NamedEnumCompanion[ShutdownModifier]

    Permalink
  46. object SlaveState extends NamedEnumCompanion[SlaveState]

    Permalink
  47. object SlotsNodeFormat

    Permalink
  48. object SortLimit extends Serializable

    Permalink
  49. object SortOrder extends NamedEnumCompanion[SortOrder]

    Permalink
  50. object SortPattern

    Permalink
  51. object StatsInfo extends RedisInfoSection[StatsInfo]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped