Package

com.github.j5ik2o.reactive.redis.command

hashes

Permalink

package hashes

Visibility
  1. Public
  2. All

Type Members

  1. final case class HDelFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HDelResponse with Product with Serializable

    Permalink
  2. final case class HDelRequest(id: UUID, key: String, fields: NonEmptyList[String]) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  3. sealed trait HDelResponse extends CommandResponse

    Permalink
  4. final case class HDelSucceeded(id: UUID, requestId: UUID, numberDeleted: Long) extends HDelResponse with Product with Serializable

    Permalink
  5. final case class HDelSuspended(id: UUID, requestId: UUID) extends HDelResponse with Product with Serializable

    Permalink
  6. final case class HExistsFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HExistsResponse with Product with Serializable

    Permalink
  7. final case class HExistsRequest(id: UUID, key: String, field: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  8. sealed trait HExistsResponse extends CommandResponse

    Permalink
  9. final case class HExistsSucceeded(id: UUID, requestId: UUID, isExists: Boolean) extends HExistsResponse with Product with Serializable

    Permalink
  10. final case class HExistsSuspended(id: UUID, requestId: UUID) extends HExistsResponse with Product with Serializable

    Permalink
  11. final case class HGetAllFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HGetAllResponse with Product with Serializable

    Permalink
  12. final case class HGetAllRequest(id: UUID, key: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  13. sealed trait HGetAllResponse extends CommandResponse

    Permalink
  14. final case class HGetAllSucceeded(id: UUID, requestId: UUID, values: Seq[String]) extends HGetAllResponse with Product with Serializable

    Permalink
  15. final case class HGetAllSuspended(id: UUID, requestId: UUID) extends HGetAllResponse with Product with Serializable

    Permalink
  16. final case class HGetFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HGetResponse with Product with Serializable

    Permalink
  17. final case class HGetRequest(id: UUID, key: String, field: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  18. sealed trait HGetResponse extends CommandResponse

    Permalink
  19. final case class HGetSucceeded(id: UUID, requestId: UUID, value: Option[String]) extends HGetResponse with Product with Serializable

    Permalink
  20. final case class HGetSuspended(id: UUID, requestId: UUID) extends HGetResponse with Product with Serializable

    Permalink
  21. final case class HSetFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HSetResponse with Product with Serializable

    Permalink
  22. final case class HSetNxFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends HSetNxResponse with Product with Serializable

    Permalink
  23. final case class HSetNxRequest(id: UUID, key: String, field: String, value: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  24. sealed trait HSetNxResponse extends CommandResponse

    Permalink
  25. final case class HSetNxSucceeded(id: UUID, requestId: UUID, isSet: Boolean) extends HSetNxResponse with Product with Serializable

    Permalink
  26. final case class HSetNxSuspended(id: UUID, requestId: UUID) extends HSetNxResponse with Product with Serializable

    Permalink
  27. final case class HSetRequest(id: UUID, key: String, field: String, value: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  28. sealed trait HSetResponse extends CommandResponse

    Permalink
  29. final case class HSetSucceeded(id: UUID, requestId: UUID, isSet: Boolean) extends HSetResponse with Product with Serializable

    Permalink
  30. final case class HSetSuspended(id: UUID, requestId: UUID) extends HSetResponse with Product with Serializable

    Permalink

Ungrouped