scredis

protocol

package protocol

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. protocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayResponse(length: Int, buffer: ByteBuffer) extends Response with Product with Serializable

  2. case class BulkStringResponse(valueOpt: Option[Array[Byte]]) extends Response with Product with Serializable

  3. abstract class Command extends AnyRef

  4. type Decoder[X] = PartialFunction[Response, X]

  5. case class ErrorResponse(value: String) extends Response with Product with Serializable

  6. case class IntegerResponse(value: Long) extends Response with Product with Serializable

  7. abstract class Request[A] extends AnyRef

  8. trait Response extends AnyRef

  9. case class SimpleStringResponse(value: String) extends Response with Product with Serializable

  10. trait WriteCommand extends Command

  11. abstract class ZeroArgCommand extends Command

Value Members

  1. object Protocol

    This object implements various aspects of the Redis protocol.

  2. package requests

Inherited from AnyRef

Inherited from Any

Ungrouped