com.twitter.finagle.redis

protocol

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. case class PExpire(key: ChannelBuffer, millis: Long) extends Command with StrictKeyCommand with Product with Serializable

    PEXPIRE.

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

    PTTL.

Value Members

  1. object Ping extends Command with Product with Serializable

    PING.

Ungrouped