Package

com.github.j5ik2o.reactive.redis.command

transactions

Permalink

package transactions

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final case class DiscardRequest(id: UUID) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  3. sealed trait DiscardResponse extends CommandResponse

    Permalink
  4. final case class DiscardSucceeded(id: UUID, requestId: UUID) extends DiscardResponse with Product with Serializable

    Permalink
  5. final case class ExecFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends ExecResponse with Product with Serializable

    Permalink
  6. final case class ExecRequest(id: UUID) extends TransactionalCommandRequest with StringParsersSupport with Product with Serializable

    Permalink
    Annotations
    @SuppressWarnings()
  7. sealed trait ExecResponse extends CommandResponse

    Permalink
  8. final case class ExecSucceeded(id: UUID, requestId: UUID, response: Seq[CommandResponse]) extends ExecResponse with Product with Serializable

    Permalink
  9. final case class MultiFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends MultiResponse with Product with Serializable

    Permalink
  10. final case class MultiRequest(id: UUID) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  11. sealed trait MultiResponse extends CommandResponse

    Permalink
  12. final case class MultiSucceeded(id: UUID, requestId: UUID) extends MultiResponse with Product with Serializable

    Permalink
  13. final case class UnwatchFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends UnwatchResponse with Product with Serializable

    Permalink
  14. final case class UnwatchRequest(id: UUID) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  15. sealed trait UnwatchResponse extends CommandResponse

    Permalink
  16. final case class UnwatchSucceeded(id: UUID, requestId: UUID) extends UnwatchResponse with Product with Serializable

    Permalink
  17. final case class WatchFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends WatchResponse with Product with Serializable

    Permalink
  18. final class WatchRequest extends CommandRequest with StringParsersSupport

    Permalink
  19. sealed trait WatchResponse extends CommandResponse

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

    Permalink
  21. final case class WatchSuspended(id: UUID, requestId: UUID) extends WatchResponse with Product with Serializable

    Permalink

Value Members

  1. object WatchRequest

    Permalink

Ungrouped