Package

com.twitter.finagle.redis.protocol

commands

Permalink

package commands

Visibility
  1. Public
  2. All

Type Members

  1. case class BAdd(key: Buf, field: Buf, value: Buf) extends Command with StrictKeyCommand with Product with Serializable

    Permalink
  2. case class BCard(key: Buf) extends Command with StrictKeyCommand with Product with Serializable

    Permalink
  3. case class BGet(key: Buf, field: Buf) extends Command with StrictKeyCommand with Product with Serializable

    Permalink
  4. case class BMergeEx(key: Buf, fv: Map[Buf, Buf], milliseconds: Long) extends Command with StrictKeyCommand with Product with Serializable

    Permalink
  5. case class BRange(key: Buf, count: Buf, startField: Option[Buf], endField: Option[Buf]) extends Command with StrictKeyCommand with Product with Serializable

    Permalink
  6. case class BRem(key: Buf, fields: Seq[Buf]) extends Command with StrictKeyCommand with Product with Serializable

    Permalink

Value Members

  1. object GeoCommands

    Permalink

Ungrouped