Package

com.github.j5ik2o.reactive.redis.command

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final case class AuthRequest(id: UUID, password: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  3. sealed trait AuthResponse extends CommandResponse

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

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

    Permalink
  6. final case class EchoRequest(id: UUID, message: String) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  7. sealed trait EchoResponse extends CommandResponse

    Permalink
  8. final case class EchoSucceeded(id: UUID, requestId: UUID, message: String) extends EchoResponse with Product with Serializable

    Permalink
  9. final case class EchoSuspended(id: UUID, requestId: UUID) extends EchoResponse with Product with Serializable

    Permalink
  10. final case class PingFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends PingResponse with Product with Serializable

    Permalink
  11. final case class PingRequest(id: UUID, message: Option[String] = None) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  12. sealed trait PingResponse extends CommandResponse

    Permalink
  13. final case class PingSucceeded(id: UUID, requestId: UUID, message: String) extends PingResponse with Product with Serializable

    Permalink
  14. final case class PingSuspended(id: UUID, requestId: UUID) extends PingResponse with Product with Serializable

    Permalink
  15. final case class QuitFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends QuitResponse with Product with Serializable

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

    Permalink
  17. sealed trait QuitResponse extends CommandResponse

    Permalink
  18. final case class QuitSucceeded(id: UUID, requestId: UUID) extends QuitResponse with Product with Serializable

    Permalink
  19. final case class SelectFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends SelectResponse with Product with Serializable

    Permalink
  20. final case class SelectRequest(id: UUID, index: Int) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  21. sealed trait SelectResponse extends CommandResponse

    Permalink
  22. final case class SelectSucceeded(id: UUID, requestId: UUID) extends SelectResponse with Product with Serializable

    Permalink
  23. final case class SelectSuspended(id: UUID, requestId: UUID) extends SelectResponse with Product with Serializable

    Permalink
  24. final case class SwapDBFailed(id: UUID, requestId: UUID, ex: RedisIOException) extends SwapDBResponse with Product with Serializable

    Permalink
  25. final case class SwapDBRequest(id: UUID, index0: Int, index1: Int) extends CommandRequest with StringParsersSupport with Product with Serializable

    Permalink
  26. sealed trait SwapDBResponse extends CommandResponse

    Permalink
  27. final case class SwapDBSucceeded(id: UUID, requestId: UUID) extends SwapDBResponse with Product with Serializable

    Permalink
  28. final case class SwapDBSuspended(id: UUID, requestId: UUID) extends SwapDBResponse with Product with Serializable

    Permalink

Ungrouped