redis redis-server command line options
There is only one argument for redis-server. It's the path to the redis.conf file. There is a example of this file in the redis src base. There isn't a official documentation page as of 6/2011
$redis-server /path/to/redis/config/redis.conf
$redis-server /path/to/redis/config/redis.conf
Comments