Skip to content

Instantly share code, notes, and snippets.

@tianying484
Forked from ehazlett/redis.conf
Created March 4, 2017 09:28
Show Gist options
  • Save tianying484/75fe4c37969e1a587543f51f20af6cce to your computer and use it in GitHub Desktop.
Save tianying484/75fe4c37969e1a587543f51f20af6cce to your computer and use it in GitHub Desktop.
Redis supervisor config
[program:redis]
command=/usr/local/bin/redis-server /storage/redis_data/redis.conf
directory=/storage/redis_data
user=root
autostart=false
stopsignal=QUIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment