fred974 May 9, 2017 #1 Hi Guys, Could anyone please tell me how I can installed the redis extention for php? I am looking at storing web session in a redis DB but I cannot see how Thnak you
Hi Guys, Could anyone please tell me how I can installed the redis extention for php? I am looking at storing web session in a redis DB but I cannot see how Thnak you
SirDice Administrator Staff member Administrator Moderator May 9, 2017 #2 You can't find it because it doesn't exist. Use databases/pecl-redis.
OP fred974 May 9, 2017 Thread Starter #3 Once I got the above install, am ok to add the following in my /etc/php.ini file Code: session.save_handler = redis
Once I got the above install, am ok to add the following in my /etc/php.ini file Code: session.save_handler = redis
SirDice Administrator Staff member Administrator Moderator May 9, 2017 #4 It's /usr/local/etc/php.ini. The port/package should already take care of this any way.