package redis

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClassLoaderOIS extends ObjectInputStream
  2. class RedisCache extends RedisCacheBase

    Thin wrapper around Jedis

  3. trait RedisCacheBase extends Cache[Array[Byte]] with RedisSerialization with LoggingSupport

    Contains implementations of all methods that can be implemented independent of the type of Redis client.

    Contains implementations of all methods that can be implemented independent of the type of Redis client. This is everything apart from removeAll, which needs to be implemented differently for sharded Redis.

  4. trait RedisSerialization extends AnyRef

    Custom serialization for caching arbitrary objects in Redis.

    Custom serialization for caching arbitrary objects in Redis. Ints, Longs, Doubles, Strings and byte arrays are treated specially. Everything else is serialized using standard Java serialization.

  5. class SentinelRedisCache extends RedisCacheBase

    Thin wrapper around Jedis that works with Redis Sentinel.

  6. class ShardedRedisCache extends RedisCacheBase

    Thin wrapper around Jedis that works with sharded Redis.

Ungrouped