0 votes
in Redis by

 _________ is the memory policy that returns errors when the memory limit is reached, and the client is trying to execute commands that result in higher memory usage.

a) allkeys-random

b) noeviction

c) allkeys-lru

1 Answer

0 votes
by
b) noeviction

Related questions

0 votes
asked Oct 6, 2022 in Redis by sharadyadav1986
0 votes
asked Oct 4, 2022 in Redis by john ganales
...