Answers for "(error) misconf redis is configured to save rdb snapshots,"

0

Redis::CommandError: MISCONF Redis is configured to save RDB snapshot

Modify /etc/sysctl.conf and add:
vm.overcommit_memory=1

Then restart sysctl with:
On Linux:
sudo sysctl -p /etc/sysctl.conf
Posted by: Guest on November-19-2020

Code answers related to "(error) misconf redis is configured to save rdb snapshots,"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language