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 class AuthRequest extends CommandRequest with StringParsersSupport

    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 class EchoRequest extends CommandRequest with StringParsersSupport

    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 class PingRequest extends CommandRequest with StringParsersSupport

    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 class QuitRequest extends CommandRequest with StringParsersSupport

    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 class SelectRequest extends CommandRequest with StringParsersSupport

    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 class SwapDBRequest extends CommandRequest with StringParsersSupport

    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

Value Members

  1. object AuthRequest extends Serializable

    Permalink
  2. object EchoRequest extends Serializable

    Permalink
  3. object PingRequest extends Serializable

    Permalink
  4. object QuitRequest extends Serializable

    Permalink
  5. object SelectRequest extends Serializable

    Permalink
  6. object SwapDBRequest extends Serializable

    Permalink

Ungrouped