com.twitter.finagle

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. class BaseClient extends AnyRef

    Connects to a single Redis host

  2. trait BtreeSortedSetCommands extends AnyRef

  3. class Client extends BaseClient with Keys with Strings with Hashes with SortedSets with Lists with Sets with BtreeSortedSetCommands

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

  5. trait Hashes extends AnyRef

  6. trait Keys extends AnyRef

  7. trait Lists extends AnyRef

  8. class Redis extends CodecFactory[Command, Reply]

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

  10. trait Sets extends AnyRef

  11. trait SortedSets extends AnyRef

  12. trait Strings extends AnyRef

  13. trait TransactionalClient extends Client

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

Value Members

  1. object Client

  2. object Redis

  3. object RedisClientPipelineFactory extends ChannelPipelineFactory

  4. object TransactionalClient

  5. package naggati

  6. package protocol

  7. package util

Ungrouped