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. final case class ClientAddress(ip: String, port: Int) extends ClientFilter with Product with Serializable

    Permalink
  8. final class ClientEvents extends AnyVal

    Permalink
  9. sealed trait ClientFilter extends Any

    Permalink
  10. final class ClientFlags extends AnyVal

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

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

    Permalink
  13. sealed abstract class ClientType extends NamedEnum with ClientFilter

    Permalink
  14. trait ClientsInfo extends RedisInfo

    Permalink
  15. trait ClusterInfo extends RedisInfo

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

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

    Permalink
  18. final class CommandFlags extends AnyVal

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

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

    Permalink
  21. trait CommandstatsInfo extends RedisInfo

    Permalink
  22. trait ConnectionClusterApi extends NodeClusterApi

    Permalink
  23. trait ConnectionConnectionApi extends NodeConnectionApi

    Permalink
  24. trait ConnectionScriptingApi extends NodeScriptingApi

    Permalink
  25. trait ConnectionServerApi extends NodeServerApi

    Permalink
  26. trait CpuInfo extends RedisInfo

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

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

    Permalink
  29. sealed abstract class DebugMode extends NamedEnum

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

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

    Permalink
  32. sealed abstract class Encoding extends NamedEnum

    Permalink
  33. sealed trait Expiration extends AnyRef

    Permalink
  34. sealed abstract class FailoverOption extends NamedEnum

    Permalink
  35. case class FieldPattern[+K, +F](keyPattern: K, fieldPattern: F) extends SortPattern[K, F] with Product with Serializable

    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. trait HashesApi extends ApiSubset

    Permalink
  44. trait HyperLogLogApi extends ApiSubset

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

    Permalink
  46. trait KeyedClusterApi extends ApiSubset

    Permalink
  47. trait KeyedKeysApi extends ApiSubset

    Permalink

    Author: ghik Created: 06/04/16.

  48. trait KeyedScriptingApi extends ApiSubset

    Permalink
  49. trait KeyspaceInfo extends RedisInfo

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

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

    Permalink
  52. sealed trait ListEncoding extends Encoding

    Permalink
  53. trait ListsApi extends ApiSubset

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

    Permalink
  55. sealed abstract class MaxmemoryPolicy extends NamedEnum

    Permalink
  56. trait MemoryInfo extends RedisInfo

    Permalink
  57. sealed abstract class MultiBitOp extends BitOp

    Permalink
  58. trait NodeClusterApi extends KeyedClusterApi

    Permalink
  59. trait NodeConnectionApi extends ApiSubset

    Permalink
  60. final class NodeFlags extends AnyVal

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

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

    Permalink
  63. trait NodeKeysApi extends KeyedKeysApi with ApiSubset

    Permalink
  64. trait NodeScriptingApi extends KeyedScriptingApi

    Permalink
  65. trait NodeServerApi extends ApiSubset

    Permalink
  66. abstract class ParsedInfo extends AnyRef

    Permalink
  67. trait PersistenceInfo extends RedisInfo

    Permalink
  68. trait RecoverableKeyedScriptingApi extends RecoverableApiSubset with KeyedScriptingApi

    Permalink
  69. trait RedisInfo extends AnyRef

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

    Permalink
  71. sealed abstract class RedisMode extends NamedEnum

    Permalink
  72. sealed trait RedisRole extends AnyRef

    Permalink
  73. trait RedisScript[+A] extends AnyRef

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

    Permalink
  75. sealed abstract class RedisType extends NamedEnum

    Permalink
  76. final class RemCount extends AnyVal

    Permalink
  77. sealed abstract class ReplState extends NamedEnum

    Permalink
  78. trait ReplicationInfo extends RedisInfo

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

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

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

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

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

    Permalink
  84. trait ServerInfo extends RedisInfo

    Permalink
  85. sealed trait SetEncoding extends Encoding

    Permalink
  86. trait SetsApi extends ApiSubset

    Permalink
  87. sealed trait SetslotCmd extends AnyRef

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

    Permalink
  89. sealed abstract class ShutdownModifier extends NamedEnum

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

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

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

    Permalink
  93. sealed abstract class SlaveState extends NamedEnum

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

    Permalink
  95. case class SlotRangeMapping(range: SlotRange, master: NodeAddress, masterId: commons.Opt[NodeId], slaves: Seq[(NodeAddress, commons.Opt[NodeId])]) extends Product with Serializable

    Permalink
  96. case class SlowlogEntry(id: Long, timestamp: Long, duration: Long, command: Seq[ByteString], clientAddress: commons.Opt[ClientAddress] = Opt.Empty, clientName: commons.Opt[String] = Opt.Empty) extends Product with Serializable

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

    Permalink
  98. sealed abstract class SortOrder extends NamedEnum

    Permalink
  99. sealed trait SortPattern[+K, +F] extends AnyRef

    Permalink
  100. sealed trait SortedSetEncoding extends Encoding

    Permalink
  101. trait SortedSetsApi extends ApiSubset

    Permalink
  102. trait StatsInfo extends RedisInfo

    Permalink
  103. trait StreamsApi extends ApiSubset

    Permalink
  104. sealed trait StringEncoding extends Encoding

    Permalink
  105. trait StringsApi extends ApiSubset

    Permalink
  106. trait TransactionApi extends ApiSubset

    Permalink
  107. sealed abstract class UnblockModifier extends NamedEnum

    Permalink
  108. final case class XConsumer(raw: String) extends AnyVal with Product with Serializable

    Permalink
  109. case class XConsumerInfo(raw: commons.BMap[String, ValidRedisMsg]) extends Product with Serializable

    Permalink
  110. case class XEntry[Record](id: XEntryId, data: Record) extends Product with Serializable

    Permalink
  111. final case class XEntryId(tstamp: Long, seq: commons.OptArg[Long] = OptArg.Empty) extends Ordered[XEntryId] with Product with Serializable

    Permalink
  112. final case class XGroup(raw: String) extends AnyVal with Product with Serializable

    Permalink
  113. case class XGroupInfo(raw: commons.BMap[String, ValidRedisMsg]) extends Product with Serializable

    Permalink
  114. case class XMaxlen(maxlen: Long, approx: Boolean = true) extends Product with Serializable

    Permalink
  115. case class XPendingEntry(id: XEntryId, consumer: XConsumer, idleTime: Long, deliveredCount: Int) extends Product with Serializable

    Permalink
  116. case class XPendingOverview(count: Long, minId: XEntryId, maxId: XEntryId, countByConsumer: commons.BMap[XConsumer, Long]) extends Product with Serializable

    Permalink
  117. case class XStreamInfo[Record](raw: commons.BMap[String, ValidRedisMsg])(implicit evidence$1: RedisRecordCodec[Record]) extends Product with Serializable

    Permalink

Value Members

  1. object Aggregation extends NamedEnumCompanion[Aggregation] with Serializable

    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] with Serializable

    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] with Serializable

    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] with Serializable

    Permalink
  19. object DefaultRedisInfo extends RedisInfoSection[DefaultRedisInfo]

    Permalink
  20. object Encoding extends NamedEnumCompanion[Encoding] with Serializable

    Permalink
  21. object Expiration

    Permalink
  22. object FailoverOption extends NamedEnumCompanion[FailoverOption] with Serializable

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

    Permalink
  24. object GeoPoint extends Serializable

    Permalink
  25. object GeoUnit extends NamedEnumCompanion[GeoUnit] with Serializable

    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] with Serializable

    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] with Serializable

    Permalink
  35. object RedisRole

    Permalink
  36. object RedisScript

    Permalink
  37. object RedisType extends NamedEnumCompanion[RedisType] with Serializable

    Permalink
  38. object RemCount

    Permalink
  39. object ReplState extends NamedEnumCompanion[ReplState] with Serializable

    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] with Serializable

    Permalink
  49. object SlaveState extends NamedEnumCompanion[SlaveState] with Serializable

    Permalink
  50. object SlotRange extends Serializable

    Permalink
  51. object SortLimit extends Serializable

    Permalink
  52. object SortOrder extends NamedEnumCompanion[SortOrder] with Serializable

    Permalink
  53. object SortPattern

    Permalink
  54. object StatsInfo extends RedisInfoSection[StatsInfo]

    Permalink
  55. object UnblockModifier extends NamedEnumCompanion[UnblockModifier] with Serializable

    Permalink
  56. object XConsumer extends Serializable

    Permalink
  57. object XEntryId extends Serializable

    Permalink
  58. object XGroup extends Serializable

    Permalink
  59. object XMaxlen extends Serializable

    Permalink
  60. object XPendingOverview extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped