Sunday, 5 February 2012

Configuring redis 2.4.7 on Ubuntu 10.04

TODO: this post is still a draft, if you're a visitor, please move on

* install *

the download official page

not enough, then:

AAA! maybe I'd avoid adding it to the auto-execution list, which happens with the following command: sudo update-rc.d redis-server defaults

ijonas.com

run it with: sudo /etc/init.d/redis-server start

* customization *

/etc/sysctl.conf

sysctl vm.overcommit_memory=1 # to avoid reboot

No comments:

Post a Comment