Package

com.twitter.finagle.redis.protocol

commands

Permalink

package commands

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

    Permalink

Value Members

  1. object BAdd extends Serializable

    Permalink
  2. object BCard extends Serializable

    Permalink
  3. object BGet extends Serializable

    Permalink
  4. object BRem extends Serializable

    Permalink

Ungrouped