Package

com.twitter.finagle

redis

Permalink

package redis

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseClient extends Closable

    Permalink

    Connects to a single Redis host

  2. class Client extends BaseClient with NormalCommands with SubscribeCommands with Transactions

    Permalink
  3. case class ClientError(message: String) extends Exception with Product with Serializable

    Permalink
  4. case class ClusterDecodeError(message: String) extends Exception with Product with Serializable

    Permalink

    Thrown when the response from a cluster management command could not be decoded correctly.

  5. trait ConnectionCommands extends BasicConnectionCommands

    Permalink
  6. trait NormalCommands extends KeyCommands with StringCommands with HashCommands with SortedSetCommands with ListCommands with SetCommands with BtreeSortedSetCommands with TopologyCommands with HyperLogLogCommands with GeoCommands with PubSubCommands with ServerCommands with ScriptCommands with ConnectionCommands with StreamCommands

    Permalink
  7. case class ReplyCastFailure(message: String) extends Exception with Product with Serializable

    Permalink

    An error caused by failing to cast com.twitter.finagle.redis.protocol.Reply to a target type

  8. class SentinelClient extends BaseClient with SentinelCommands with ServerCommands

    Permalink
  9. trait ServerCommands extends BasicServerCommands

    Permalink
  10. case class ServerError(message: String) extends Exception with Product with Serializable

    Permalink
  11. case class StreamEntryReply(id: Buf, fields: Seq[(Buf, Buf)]) extends Product with Serializable

    Permalink
  12. class TransactionalClient extends BaseClient with NormalCommands

    Permalink

    Client connected over a single connection to a single redis instance, supporting transactions

  13. trait Transactions extends AnyRef

    Permalink
  14. case class XPendingAllReply(count: Long, start: Option[Buf], end: Option[Buf], pendingByConsumer: Seq[(Buf, Buf)]) extends Product with Serializable

    Permalink
  15. case class XPendingRangeReply(id: Buf, consumer: Buf, millisSinceLastDeliver: Long, numDeliveries: Long) extends Product with Serializable

    Permalink
  16. case class XReadStreamReply(stream: Buf, entries: Seq[StreamEntryReply]) extends Product with Serializable

    Permalink

Value Members

  1. object Client

    Permalink
  2. object ScriptCommands

    Permalink
  3. object SentinelClient

    Permalink
  4. object TransactionalClient

    Permalink
  5. package exp

    Permalink
  6. package protocol

    Permalink
  7. package util

    Permalink

Ungrouped