Skip to content

Commit 03ee116

Browse files
committed
Apply more review suggestions
1 parent 628394a commit 03ee116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/develop/reference/eviction

content/develop/reference/eviction/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ The following policies are available:
108108
- `volatile-lru`: Evict the least recently used keys that have an associated expiration (TTL).
109109
- `volatile-lrm`: Evict the least recently modified keys that have an associated expiration (TTL).
110110
- `volatile-lfu`: Evict the least frequently used keys that have an associated expiration (TTL).
111-
- `volatile-random`: Evict keys at random only if they have an associated expiration (TTL).
111+
- `volatile-random`: Evicts random keys that have an associated expiration date.
112112
- `volatile-ttl`: Evict keys with an associated expiration (TTL) that have the shortest remaining TTL value.
113113

114-
The `volatile-xxx` policies behave like `noeviction` if no keys have a TTLvalue set.
114+
The `volatile-xxx` policies behave like `noeviction` if no keys have an associated expiration.
115115

116116
You should choose an eviction policy that fits the way your app
117117
accesses keys. You may be able to predict the access pattern in advance

0 commit comments

Comments
 (0)