0 votes
in Redis by
____________ is the memory eviction policy where keys are evicted by removing the less recently used keys first but only among keys that have an ‘expire’ field set, to make space for the newly added data.

a) allkeys-lru

b) Volatile-random

c) Volatile-ttl

d) Volatile-lru

1 Answer

0 votes
by
d) Volatile-lru

Related questions

0 votes
asked Oct 4, 2022 in Redis by john ganales
0 votes
asked Feb 16, 2020 in Redis by rahuljain1
...