Packages

package redis

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class RedisCache[F[_], V] extends RedisCacheBase[F, V]

    Thin wrapper around Jedis

  2. trait RedisCacheBase[F[_], V] extends AbstractCache[F, V]

    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.

  3. class RedisClusterCache[F[_], V] extends AbstractCache[F, V]
  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[F[_], V] extends RedisCacheBase[F, V]

    Thin wrapper around Jedis that works with Redis Sentinel.

  6. class ShardedRedisCache[F[_], V] extends RedisCacheBase[F, V]

    Thin wrapper around Jedis that works with sharded Redis.

Value Members

  1. object RedisCache
  2. object SentinelRedisCache
  3. object ShardedRedisCache
  4. object StringEnrichment

Ungrouped