Package

com.github.j5ik2o.reactive.redis.command

sets

Permalink

package sets

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final class SAddRequest extends CommandRequest with StringParsersSupport

    Permalink
  3. sealed trait SAddResponse extends CommandResponse

    Permalink
  4. final case class SAddSucceeded(id: UUID, requestId: UUID, value: Long) extends SAddResponse with Product with Serializable

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

    Permalink

Value Members

  1. object SAddRequest extends Serializable

    Permalink

Ungrouped