mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Fixed eviction spelling issues
This commit is contained in:
parent
0cabe0cfa7
commit
33aea146d2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
/* To improve the quality of the LRU approximation we take a set of keys
|
/* To improve the quality of the LRU approximation we take a set of keys
|
||||||
* that are good candidate for eviction across freeMemoryIfNeeded() calls.
|
* that are good candidate for eviction across freeMemoryIfNeeded() calls.
|
||||||
*
|
*
|
||||||
* Entries inside the eviciton pool are taken ordered by idle time, putting
|
* Entries inside the eviction pool are taken ordered by idle time, putting
|
||||||
* greater idle times to the right (ascending order).
|
* greater idle times to the right (ascending order).
|
||||||
*
|
*
|
||||||
* When an LFU policy is used instead, a reverse frequency indication is used
|
* When an LFU policy is used instead, a reverse frequency indication is used
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue