Package

com.github.j5ik2o.reactive.redis.command

server

Permalink

package server

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final class FlushAllRequest extends CommandRequest with StringParsersSupport

    Permalink
  3. sealed trait FlushAllResponse extends CommandResponse

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

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

    Permalink

Value Members

  1. object FlushAllRequest extends Serializable

    Permalink

Ungrouped