Packages

object ReplyDecoders

Linear Supertypes
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. def bulk[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]
  2. def bulk[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]
  3. val bulkBinary: ReplyDecoder[ByteString]
  4. val bulkClientInfos: ReplyDecoder[Seq[ClientInfo]]
  5. val bulkCursor: ReplyDecoder[Cursor]
  6. val bulkDouble: ReplyDecoder[Double]
  7. val bulkInt: ReplyDecoder[Long]
  8. val bulkLong: ReplyDecoder[Long]
  9. def bulkNamedEnum[E <: NamedEnum](companion: NamedEnumCompanion[E]): ReplyDecoder[E]
  10. val bulkNodeId: ReplyDecoder[NodeId]
  11. val bulkNodeInfo: ReplyDecoder[NodeInfo]
  12. val bulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]
  13. val bulkSha1: ReplyDecoder[Sha1]
  14. val bulkUTF8: ReplyDecoder[String]
  15. val bulkXConsumer: ReplyDecoder[XConsumer]
  16. val bulkXEntryId: ReplyDecoder[XEntryId]
  17. val bulkXGroup: ReplyDecoder[XGroup]
  18. val failing: ReplyDecoder[Nothing]
  19. def flatMultiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]
  20. def flatMultiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]
  21. def flatMultiBulkRecord[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[R]
  22. def flatMultiBulkRecordOpt[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[commons.Opt[R]]
  23. def flatMultiBulkSeq[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[Seq[(A, B)]]
  24. def flatMultiBulkSeq[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(A, B)]]
  25. def flatMultiBulkSeqSwapped[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[Seq[(B, A)]]
  26. def flatPairMultiBulkSeq[T](pairDecoder: ReplyPairDecoder[T]): ReplyDecoder[Seq[T]]
  27. def geoAttributed[A](attributes: GeoradiusAttrs, unattributed: ReplyDecoder[A]): ReplyDecoder[Attributed[A]]
  28. val integerBoolean: ReplyDecoder[Boolean]
  29. val integerClientId: ReplyDecoder[ClientId]
  30. val integerInt: ReplyDecoder[Int]
  31. val integerLong: ReplyDecoder[Long]
  32. val integerTtl: ReplyDecoder[commons.Opt[commons.Opt[Long]]]
  33. val multiBulkCommandInfo: ReplyDecoder[CommandInfo]
  34. val multiBulkGeoPoint: ReplyDecoder[GeoPoint]
  35. def multiBulkGroupedSeq[T](size: Int, elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[Seq[T]]]
  36. def multiBulkMap[A, B](implicit arg0: RedisDataCodec[A], arg1: RedisDataCodec[B]): ReplyDecoder[commons.BMap[A, B]]
  37. def multiBulkMap[A, B](keyDecoder: ReplyDecoder[A], valueDecoder: ReplyDecoder[B]): ReplyDecoder[commons.BMap[A, B]]
  38. val multiBulkNodeInfos: ReplyDecoder[Seq[NodeInfo]]
  39. def multiBulkPair[A, B](firstDecoder: ReplyDecoder[A], secondDecoder: ReplyDecoder[B]): ReplyDecoder[(A, B)]
  40. val multiBulkRedisRole: ReplyDecoder[RedisRole]
  41. val multiBulkRedisTimestamp: ReplyDecoder[RedisTimestamp]
  42. def multiBulkSeq[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[Seq[T]]
  43. def multiBulkSeq[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[Seq[T]]
  44. def multiBulkSet[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.BSet[T]]
  45. def multiBulkSet[T](elementDecoder: ReplyDecoder[T]): ReplyDecoder[commons.BSet[T]]
  46. val multiBulkSlotRangeMapping: ReplyDecoder[SlotRangeMapping]
  47. val multiBulkSlowlogEntry: ReplyDecoder[SlowlogEntry]
  48. val multiBulkXConsumerInfo: ReplyDecoder[XConsumerInfo]
  49. def multiBulkXEntriesMap[K, R](implicit arg0: RedisDataCodec[K], arg1: RedisRecordCodec[R]): ReplyDecoder[commons.BMap[K, Seq[XEntry[R]]]]
  50. def multiBulkXEntry[R](implicit arg0: RedisRecordCodec[R]): ReplyDecoder[XEntry[R]]
  51. val multiBulkXGroupInfo: ReplyDecoder[XGroupInfo]
  52. val multiBulkXPendingEntry: ReplyDecoder[XPendingEntry]
  53. val multiBulkXPendingOverview: ReplyDecoder[XPendingOverview]
  54. def multiBulkXStreamInfo[Record](implicit arg0: RedisRecordCodec[Record]): ReplyDecoder[XStreamInfo[Record]]
  55. def multiBulkZTriple[K, V](implicit arg0: RedisDataCodec[K], arg1: RedisDataCodec[V]): ReplyDecoder[commons.Opt[(K, V, Double)]]
  56. def nullBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  57. def nullBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  58. val nullBulkOrSimpleOkBoolean: ReplyDecoder[Boolean]
  59. def nullMultiBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  60. def nullMultiBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  61. def nullOrEmptyBulkOr[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[commons.Opt[T]]
  62. def nullOrEmptyBulkOr[T](fun: (ByteString) ⇒ T): ReplyDecoder[commons.Opt[T]]
  63. def nullOrEmptyBulkOr[T](decoder: ReplyDecoder[T]): ReplyDecoder[commons.Opt[T]]
  64. val positiveIntegerLongOpt: ReplyDecoder[commons.Opt[Long]]
  65. def simple[T](implicit arg0: RedisDataCodec[T]): ReplyDecoder[T]
  66. def simple[T](fun: (ByteString) ⇒ T): ReplyDecoder[T]
  67. val simpleBinary: ReplyDecoder[ByteString]
  68. val simpleOkUnit: ReplyDecoder[Unit]
  69. val simpleUTF8: ReplyDecoder[String]
  70. val undecoded: ReplyDecoder[ValidRedisMsg]