committed by
Christoph Strobl
parent
0dc89b8001
commit
1a290c3a96
@@ -39,8 +39,8 @@ public abstract class BatchStrategy {
|
||||
|
||||
/**
|
||||
* Batching strategy using a single {@code KEYS} and {@code DEL} command to remove all matching keys. {@code KEYS}
|
||||
* scans the entire keyspace of the Redis database and can block the Redis worker thread for a long time when the
|
||||
* keyspace has a significant size.
|
||||
* scans the entire keyspace of the Redis database and can block the Redis worker thread for a long time on large
|
||||
* keyspaces.
|
||||
* <p/>
|
||||
* {@code KEYS} is supported for standalone and clustered (sharded) Redis operation modes.
|
||||
*
|
||||
|
||||
@@ -169,6 +169,8 @@ public class RedisCacheManager extends AbstractTransactionSupportingCacheManager
|
||||
* <dl>
|
||||
* <dt>locking</dt>
|
||||
* <dd>disabled</dd>
|
||||
* <dt>batch strategy</dt>
|
||||
* <dd>{@link BatchStrategy#keys() KEYS}</dd>
|
||||
* <dt>cache configuration</dt>
|
||||
* <dd>{@link RedisCacheConfiguration#defaultCacheConfig()}</dd>
|
||||
* <dt>initial caches</dt>
|
||||
|
||||
Reference in New Issue
Block a user