Which configuration setting is used to specify the memory eviction policy in Redis?
Answers
Answered by
2
In order to specify the memory eviction policy in Redis the maxmemory configuration. directive is used so as in the data set a specified amount of memory can be used.
During run time configuration set can be used to set the configuration directive.Max memory can be set to zero and hence can result in no memory limit.
Answered by
1
For a Redis frequency, the term max memory is not a new thing.
The max memory configuration is used to ensure Redis uses a specific amount or slightly size of mind for the mentioned data set.
This can be accomplished either by using the Redis.
Con file or during the command on runtime by using configuration settings.
Similar questions