Class RedisCacheStoreChecks

java.lang.Object
com.nimbusds.common.infinispan.RedisCacheStoreChecks

public class RedisCacheStoreChecks extends Object
Redis cache store checks.

See https://github.com/infinispan/infinispan-cachestore-redis notes.

When using AWS ElastiCache, an explicit non-zero database index must be specified for all Redis Store configurations. AWS ElastiCache inserts a special ElastiCacheMasterReplicationTimestamp key in the default database (at zero index) to aid replication, which may lead to unexpected unmarshalling IO exceptions when the Infinispan cache needs to iterate over the stored keys.