Merge pull request #53 from jesseward/centos6-redis-fix

CentOS_6.md : missing a "service redis start"
This commit is contained in:
Nihad Abbasov
2013-01-31 04:45:48 -08:00

View File

@@ -94,6 +94,7 @@ Just make sure it is started at the next reboot
*logged in as root*
chkconfig redis on
service redis start
## Configure mysql
Make sure it is started at the next reboot and start it immediately so we can configure it.