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. case class BitField(bfType: BitFieldType, offset: Long, offsetInWidths: Boolean) extends Product with Serializable

    Permalink
  3. sealed trait BitFieldMod extends BitFieldOp

    Permalink
  4. sealed trait BitFieldOp extends AnyRef

    Permalink
  5. case class BitFieldType(signed: Boolean, width: Int) extends Product with Serializable

    Permalink
  6. sealed abstract class BitOp extends NamedEnum

    Permalink
  7. trait BlockingListsApi extends ApiSubset

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

    Permalink
  9. final class ClientEvents extends AnyVal

    Permalink
  10. sealed trait ClientFilter extends Any

    Permalink
  11. final class ClientFlags extends AnyVal

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

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

    Permalink
  14. sealed abstract class ClientType extends NamedEnum with ClientFilter

    Permalink
  15. trait ClientsInfo extends RedisInfo

    Permalink
  16. trait ClusterInfo extends RedisInfo

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

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

    Permalink
  19. final class CommandFlags extends AnyVal

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

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

    Permalink
  22. trait CommandstatsInfo extends RedisInfo

    Permalink
  23. trait ConnectionClusterApi extends NodeClusterApi

    Permalink
  24. trait ConnectionConnectionApi extends NodeConnectionApi

    Permalink
  25. trait ConnectionScriptingApi extends NodeScriptingApi

    Permalink
  26. trait ConnectionServerApi extends NodeServerApi

    Permalink
  27. trait CpuInfo extends RedisInfo

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

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

    Permalink
  30. sealed abstract class DebugMode extends NamedEnum

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

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

    Permalink
  33. sealed abstract class Encoding extends NamedEnum

    Permalink
  34. sealed trait Expiration extends AnyRef

    Permalink
  35. sealed abstract class FailoverOption extends NamedEnum

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

    Permalink
  37. trait GeoApi extends ApiSubset

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

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

    Permalink
  40. sealed abstract class GeoUnit extends NamedEnum

    Permalink
  41. abstract class GeoradiusAttrs extends AnyRef

    Permalink
  42. sealed trait HashEncoding extends Encoding

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

    Permalink
  44. trait HashesApi extends ApiSubset

    Permalink
  45. trait HyperLogLogApi extends ApiSubset

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

    Permalink
  47. trait KeyedClusterApi extends ApiSubset

    Permalink
  48. trait KeyedKeysApi extends ApiSubset

    Permalink

    Author: ghik Created: 06/04/16.

  49. trait KeyedScriptingApi extends ApiSubset

    Permalink
  50. trait KeyspaceInfo extends RedisInfo

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

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

    Permalink
  53. sealed trait ListEncoding extends Encoding

    Permalink
  54. trait ListsApi extends ApiSubset

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

    Permalink
  56. sealed abstract class MaxmemoryPolicy extends NamedEnum

    Permalink
  57. trait MemoryInfo extends RedisInfo

    Permalink
  58. sealed abstract class MultiBitOp extends BitOp

    Permalink
  59. trait NodeClusterApi extends KeyedClusterApi

    Permalink
  60. trait NodeConnectionApi extends ApiSubset

    Permalink
  61. final class NodeFlags extends AnyVal

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

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

    Permalink
  64. trait NodeKeysApi extends KeyedKeysApi with ApiSubset

    Permalink
  65. trait NodeScriptingApi extends KeyedScriptingApi

    Permalink
  66. trait NodeServerApi extends ApiSubset

    Permalink
  67. abstract class ParsedInfo extends AnyRef

    Permalink
  68. trait PersistenceInfo extends RedisInfo

    Permalink
  69. trait RecoverableKeyedScriptingApi extends RecoverableApiSubset with KeyedScriptingApi

    Permalink
  70. trait RedisInfo extends AnyRef

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

    Permalink
  72. sealed abstract class RedisMode extends NamedEnum

    Permalink
  73. sealed trait RedisRole extends AnyRef

    Permalink
  74. trait RedisScript[+A] extends AnyRef

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

    Permalink
  76. sealed abstract class RedisType extends NamedEnum

    Permalink
  77. final class RemCount extends AnyVal

    Permalink
  78. sealed abstract class ReplState extends NamedEnum

    Permalink
  79. trait ReplicationInfo extends RedisInfo

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

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

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

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

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

    Permalink
  85. trait ServerInfo extends RedisInfo

    Permalink
  86. sealed trait SetEncoding extends Encoding

    Permalink
  87. trait SetsApi extends ApiSubset

    Permalink
  88. sealed trait SetslotCmd extends AnyRef

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

    Permalink
  90. sealed abstract class ShutdownModifier extends NamedEnum

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

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

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

    Permalink
  94. sealed abstract class SlaveState extends NamedEnum

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

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

    Permalink
  97. trait SlotsNodeFormat[N] extends AnyRef

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

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

    Permalink
  100. sealed abstract class SortOrder extends NamedEnum

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

    Permalink
  102. sealed trait SortedSetEncoding extends Encoding

    Permalink
  103. trait SortedSetsApi extends ApiSubset

    Permalink
  104. trait StatsInfo extends RedisInfo

    Permalink
  105. sealed trait StringEncoding extends Encoding

    Permalink
  106. trait StringsApi extends ApiSubset

    Permalink
  107. 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 BitField extends Serializable

    Permalink
  4. object BitFieldOp

    Permalink
  5. object BitOp extends NamedEnumCompanion[BitOp]

    Permalink
  6. object ClientAddress extends Serializable

    Permalink
  7. object ClientEvents

    Permalink
  8. object ClientFilter

    Permalink
  9. object ClientFlags

    Permalink
  10. object ClientId extends Serializable

    Permalink
  11. object ClientType extends NamedEnumCompanion[ClientType]

    Permalink
  12. object ClientsInfo extends RedisInfoSection[ClientsInfo]

    Permalink
  13. object ClusterInfo extends RedisInfoSection[ClusterInfo]

    Permalink
  14. object CommandFlags

    Permalink
  15. object CommandstatsInfo extends RedisInfoSection[CommandstatsInfo]

    Permalink
  16. object CpuInfo extends RedisInfoSection[CpuInfo]

    Permalink
  17. object Cursor extends Serializable

    Permalink
  18. object DebugMode extends NamedEnumCompanion[DebugMode]

    Permalink
  19. object DefaultRedisInfo extends RedisInfoSection[DefaultRedisInfo]

    Permalink
  20. object Encoding extends NamedEnumCompanion[Encoding]

    Permalink
  21. object Expiration

    Permalink
  22. object FailoverOption extends NamedEnumCompanion[FailoverOption]

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

    Permalink
  24. object GeoPoint extends Serializable

    Permalink
  25. object GeoUnit extends NamedEnumCompanion[GeoUnit]

    Permalink
  26. object GeoradiusAttrs

    Permalink
  27. object KeyspaceInfo extends RedisInfoSection[KeyspaceInfo]

    Permalink
  28. object LexLimit

    Permalink
  29. object Limit extends Serializable

    Permalink
  30. object MaxmemoryPolicy extends NamedEnumCompanion[MaxmemoryPolicy]

    Permalink
  31. object MemoryInfo extends RedisInfoSection[MemoryInfo]

    Permalink
  32. object NodeFlags

    Permalink
  33. object PersistenceInfo extends RedisInfoSection[PersistenceInfo]

    Permalink
  34. object RedisMode extends NamedEnumCompanion[RedisMode]

    Permalink
  35. object RedisRole

    Permalink
  36. object RedisScript

    Permalink
  37. object RedisType extends NamedEnumCompanion[RedisType]

    Permalink
  38. object RemCount

    Permalink
  39. object ReplState extends NamedEnumCompanion[ReplState]

    Permalink
  40. object ReplicationInfo extends RedisInfoSection[ReplicationInfo]

    Permalink
  41. object ReplyDecoders

    Permalink
  42. object ScoreLimit extends Serializable

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

    Permalink
  44. object SemiRange extends Serializable

    Permalink
  45. object ServerInfo extends RedisInfoSection[ServerInfo]

    Permalink
  46. object SetslotCmd

    Permalink
  47. object Sha1 extends Serializable

    Permalink
  48. object ShutdownModifier extends NamedEnumCompanion[ShutdownModifier]

    Permalink
  49. object SlaveState extends NamedEnumCompanion[SlaveState]

    Permalink
  50. object SlotRange extends Serializable

    Permalink
  51. object SlotsNodeFormat

    Permalink
  52. object SortLimit extends Serializable

    Permalink
  53. object SortOrder extends NamedEnumCompanion[SortOrder]

    Permalink
  54. object SortPattern

    Permalink
  55. object StatsInfo extends RedisInfoSection[StatsInfo]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped