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

Ungrouped