RedisCacheClientOptions
Extends
Properties
| Property | Type | Default value | Description | Inherited from |
|---|---|---|---|---|
|
|
|
Maximum number of keys in a single command. If the number of keys exceeds this limit, multiple commands will be executed. |
‐ | |
|
|
|
Maximum number of commands in a single pipeline batch. If the batch exceeds this number, it will be executed immediately. |
‐ | |
|
|
|
Maximum total size of commands in a single pipeline batch. If the batch exceeds this size, it will be executed immediately. |
‐ | |
|
|
|
Optional namespace to prefix all cache keys | ||
|
|
|
Revision number for cache invalidation. Incrementing this number will invalidate all existing cache entries for this store. | ||
|
|
|
Time-to-live in milliseconds |