Package

com.twitter.finagle.redis

exp

Permalink

package exp

Visibility
  1. Public
  2. All

Type Members

  1. class RedisPool extends ServiceFactory[Command, Reply]

    Permalink
  2. trait SubscribeCommands extends AnyRef

    Permalink

    SubscribeClient is used to (un)subscribe messages from redis' PUB/SUB subsystem.

    SubscribeClient is used to (un)subscribe messages from redis' PUB/SUB subsystem. Once a client enters PUB/SUB state by subscribing to some channel/pattern, it should not issue any other commands, except the (un)subscribe commands, until it exits from the PUB/SUB state, by unsubscribing from all the channels and patterns. For this reason, we put the (un)subscribe commands here, separately from the other ordinary commands.

  3. class SubscribeDispatcher extends GenSerialClientDispatcher[Command, Reply, Command, Reply]

    Permalink
  4. sealed trait SubscribeHandler extends AnyRef

    Permalink
  5. sealed trait SubscriptionType[Message] extends AnyRef

    Permalink

Value Members

  1. object Channel extends SubscriptionType[(Buf, Buf)] with Product with Serializable

    Permalink
  2. object Pattern extends SubscriptionType[(Buf, Buf, Buf)] with Product with Serializable

    Permalink
  3. object RedisPool

    Permalink
  4. object SubscribeCommands

    Permalink

Ungrouped