Installing Redis on clean CentOS.

Pre installation Redis

|

| #update and upgrade the linuxyum-yupdateyum-yupgrade#I like nanoyum install-ynano#Install gcc & tcl, needed for compilationyum install-ygcc*yum install-ytcl | | —- | —- |

Install Redis

Shell|

| wget http://download.redis.io/releases/redis-3.0.1.tar.gztar xzf redis-3.0.1.tar.gzcdredis-3.0.1makemaketestmakeinstallcdutilschmod+xinstall_server.sh./install_server.sh | | —- | —- |

Check Redis status/start/stop

Shell|

| service redis_6379 statusservice redis_6379 start | | —- | —- |

Set a password (Very Important)

|

| nano/etc/redis/6379.conf# find # requirepass foobared #replace it with your passwordrequirepass somePasswordservice redis_6379 restart | | —- | —- |

make sure to have custom firewall permissions with the password, you can use iptables.

How to install Redis 3.x on new CentOS 6.6 server - 图1Gabriel AjabahianScalability, efficiency and performance are key topics for any software, that’s why I keep track of the newest technologies, I never underestimate the power of the cloud, that’s why I do believe in using this power with “edge applications” to expand software’s and solutions to a new level.
Being a member of “iPROFS development team “Great Place to Work! Gives me the opportunity to keep moving forward, we have lots of boot camps, trainings and brain storming to keep our knowledge going forward with the newest technologies.