Redis installation and configuration

Increase the file descriptor limits ————————– * soft nofile 65000 * hard nofile 65000 —— compile the redis server cd /data/redis/src/ make To test just run ./redis-server ./redis-server ./redis-cli to install Just run make install To complete install cd utils ./install_server.sh Welcome to the redis service installer This script will help you easily set up …

Redis installation and configuration Read More »