com.twitter.storehaus

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. class RedisHashStore extends Store[ChannelBuffer, Map[ChannelBuffer, ChannelBuffer]]

    A Store in which keys map to Maps of secondary keys and values backed by a redis hash

  2. class RedisLongStore extends ConvertedStore[ChannelBuffer, ChannelBuffer, ChannelBuffer, Long] with MergeableStore[ChannelBuffer, Long]

    A MergableStore backed by redis which stores Long values.

  3. class RedisSetMembershipStore extends Store[(ChannelBuffer, ChannelBuffer), Unit]

    A Store for sets of values backed by a Redis set.

  4. class RedisSetStore extends Store[ChannelBuffer, Set[ChannelBuffer]]

    A Store for sets of values backed by a Redis set.

  5. class RedisSortedSetMembershipStore extends MergeableStore[(ChannelBuffer, ChannelBuffer), Double]

    An unpivoted-like member-oriented view of redis sorted sets.

  6. class RedisSortedSetMembershipView extends MergeableStore[ChannelBuffer, Double]

    An unpivoted-like member-oriented view of a redis sorted set bound to a specific set.

  7. class RedisSortedSetStore extends MergeableStore[ChannelBuffer, Seq[(ChannelBuffer, Double)]]

    A Store representation of a redis sorted set where keys represent the name of the set and values represent both the member's name and score within the set

  8. class RedisStore extends Store[ChannelBuffer, ChannelBuffer] with WithPutTtl[ChannelBuffer, ChannelBuffer, RedisStore]

  9. class RedisStringStore extends ConvertedStore[ChannelBuffer, ChannelBuffer, ChannelBuffer, String] with MergeableStore[ChannelBuffer, String]

    A MergableStore backed by redis which stores String values Values are merged by with an append operation.

  10. class UnpivotedRedisHashStore extends UnpivotedStore[(ChannelBuffer, ChannelBuffer), ChannelBuffer, ChannelBuffer, ChannelBuffer]

Value Members

  1. object RedisHashStore extends AnyRef

  2. object RedisLongStore extends NumericInjections

  3. object RedisSetStore extends AnyRef

  4. object RedisSortedSetStore extends AnyRef

  5. object RedisStore extends AnyRef

  6. object RedisStringStore extends AnyRef