Help In Linux

Linux Technical Blog
December 9, 2011

Redis install Linux

Hi,

 

The following steps will help you install redis in your Redhat/centos servers.

#yum install redis
#vi /etc/redis.conf

and edit the bind address from

127.0.0.1

to 
<server IP>

Then open your running php.ini file and add the following entries.

extension=redis.so 

session.save_handler = redis 
session.save_path = "tcp://<server IP>:6379/"

 

Thank you for viewing helpinlinux.com

1 Comment to “Redis install Linux”

Leave a Comment



Protected by WP Anti Spam