linux redisサーバのインストール
linux redisサーバのインストール
公式サイト
プロファイル
起動エラー
公式サイト
wget http://download.redis.io/releases/redis-2.8.17.tar.gz
tar xzf redis-2.8.17.tar.gz
cd redis-2.8.17
make
# make redis-2.8.17 redis redis-server, redis-cli, src
# redis
./src/redis-server
#
./src/redis-server ./redis.conf
プロファイル
# /src/redis.conf
# ,
daemonize yes
#
# /home/lxx/tools/redis-2.8.17/src/redis-server redis.conf
起動エラー
# WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
sudo sysctl vm.overcommit_memory=1
# Fatal error loading the DB: Invalid argument. Exiting.
# , .rdb
rm ./src/dump.rdb