Computer Science, asked by mohdaqdas4359, 1 year ago

which configuration setting allows you set a hard upper bound on the amount of memory that is available to a running redis instance.

Answers

Answered by sailorking
0

In order to allow a hard upper bound on amount of memory that is available, we need to understand the redis by itself. Redis configuration can run without any configuration by using in-built functions. The correct way of configuring Redis is to configure a Redis configuration file  usually called redis.conf.

Answered by gksvgk
0

maxmemory configuration setting allows you set a hard upper bound on the amount of memory that is available to a running Redis instance.

Similar questions