Object

com.avsystem.commons.redis.commands

ReplyDecoders

Related Doc: package commands

Permalink

object ReplyDecoders

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bulk[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]

    Permalink
  6. def bulk[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]

    Permalink
  7. val bulkBinary: ReplyDecoder[ByteString]

    Permalink
  8. val bulkClientInfos: ReplyDecoder[Seq[ClientInfo]]

    Permalink
  9. val bulkCursor: ReplyDecoder[Cursor]

    Permalink
  10. val bulkDouble: ReplyDecoder[Double]

    Permalink
  11. val bulkInt: ReplyDecoder[Long]

    Permalink
  12. val bulkLong: ReplyDecoder[Long]

    Permalink
  13. def bulkNamedEnum[E <: NamedEnum](companion: NamedEnumCompanion[E]): ReplyDecoder[E]

    Permalink
  14. val bulkNodeId: ReplyDecoder[NodeId]

    Permalink
  15. val bulkNodeInfo: ReplyDecoder[NodeInfo]

    Permalink
  16. val bulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]

    Permalink
  17. val bulkSha1: ReplyDecoder[Sha1]

    Permalink
  18. val bulkUTF8: ReplyDecoder[String]

    Permalink
  19. val bulkXConsumer: ReplyDecoder[XConsumer]

    Permalink
  20. val bulkXEntryId: ReplyDecoder[XEntryId]

    Permalink
  21. val bulkXGroup: ReplyDecoder[XGroup]

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. val failing: ReplyDecoder[Nothing]

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def flatMultiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  28. def flatMultiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  29. def flatMultiBulkRecord[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[R]

    Permalink
  30. def flatMultiBulkRecordOpt[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[commons.Opt[R]]

    Permalink
  31. def flatMultiBulkSeq[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[Seq[(A, B)]]

    Permalink
  32. def flatMultiBulkSeq[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(A, B)]]

    Permalink
  33. def flatMultiBulkSeqSwapped[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(B, A)]]

    Permalink
  34. def flatPairMultiBulkSeq[T](pairDecoder: ReplyPairDecoder[T]): ReplyDecoder[Seq[T]]

    Permalink
  35. def geoAttributed[A](attributes: GeoradiusAttrs, unattributed: ReplyDecoder[A]): ReplyDecoder[Attributed[A]]

    Permalink
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. val integerBoolean: ReplyDecoder[Boolean]

    Permalink
  39. val integerClientId: ReplyDecoder[ClientId]

    Permalink
  40. val integerInt: ReplyDecoder[Int]

    Permalink
  41. val integerLong: ReplyDecoder[Long]

    Permalink
  42. val integerTtl: ReplyDecoder[commons.Opt[commons.Opt[Long]]]

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. val multiBulkCommandInfo: ReplyDecoder[CommandInfo]

    Permalink
  45. val multiBulkGeoPoint: ReplyDecoder[GeoPoint]

    Permalink
  46. def multiBulkGroupedSeq[T](size: Int, elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[Seq[T]]]

    Permalink
  47. def multiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  48. def multiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]

    Permalink
  49. val multiBulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]

    Permalink
  50. def multiBulkPair[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[(A, B)]

    Permalink
  51. val multiBulkRedisRole: ReplyDecoder[RedisRole]

    Permalink
  52. val multiBulkRedisTimestamp: ReplyDecoder[RedisTimestamp]

    Permalink
  53. def multiBulkSeq[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[Seq[T]]

    Permalink
  54. def multiBulkSeq[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[T]]

    Permalink
  55. def multiBulkSet[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.BSet[T]]

    Permalink
  56. def multiBulkSet[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[commons.BSet[T]]

    Permalink
  57. val multiBulkSlotRangeMapping: ReplyDecoder[SlotRangeMapping]

    Permalink
  58. val multiBulkSlowlogEntry: ReplyDecoder[SlowlogEntry]

    Permalink
  59. val multiBulkXConsumerInfo: ReplyDecoder[XConsumerInfo]

    Permalink
  60. def multiBulkXEntriesMap[K, R](implicit arg0: RedisDataCodec[K], arg1: RedisRecordCodec[R]): ReplyDecoder[commons.BMap[K, Seq[XEntry[R]]]]

    Permalink
  61. def multiBulkXEntry[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[XEntry[R]]

    Permalink
  62. val multiBulkXGroupInfo: ReplyDecoder[XGroupInfo]

    Permalink
  63. val multiBulkXPendingEntry: ReplyDecoder[XPendingEntry]

    Permalink
  64. val multiBulkXPendingOverview: ReplyDecoder[XPendingOverview]

    Permalink
  65. def multiBulkXStreamInfo[Record](implicit arg0: RedisRecordCodec[Record]): ReplyDecoder[XStreamInfo[Record]]

    Permalink
  66. def multiBulkZTriple[K, V](implicit arg0: RedisDataCodec[K], arg1: RedisDataCodec[V]): ReplyDecoder[commons.Opt[(K, V, Double)]]

    Permalink
  67. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. def nullBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  71. def nullBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  72. val nullBulkOrSimpleOkBoolean: ReplyDecoder[Boolean]

    Permalink
  73. def nullMultiBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  74. def nullMultiBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  75. def nullOrEmptyBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  76. def nullOrEmptyBulkOr[T](fun: (ByteString) ⇒ T): ReplyDecoder[commons.Opt[T]]

    Permalink
  77. def nullOrEmptyBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]

    Permalink
  78. val positiveIntegerLongOpt: ReplyDecoder[commons.Opt[Long]]

    Permalink
  79. def simple[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]

    Permalink
  80. def simple[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]

    Permalink
  81. val simpleBinary: ReplyDecoder[ByteString]

    Permalink
  82. val simpleOkUnit: ReplyDecoder[Unit]

    Permalink
  83. val simpleUTF8: ReplyDecoder[String]

    Permalink
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  85. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  86. val undecoded: ReplyDecoder[ValidRedisMsg]

    Permalink
  87. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped