Question Redis test but its not working

Status
Not open for further replies.

michael24179

Customer
I have today Install Redis on my Server. I have Start Redis and have write

Code:
$config['Misc']['redisServers'] = array(
    array('127.0.0.1', 6379),
);
$config['Misc']['redisMaxDelay'] = 10; // is slave server is out of sync by more than this many seconds, switch to master
$config['Misc']['redisTimeout'] = 3; // if redis server doesn't respond in this many seconds, disconnect
$config['Misc']['redisRetry'] = 100; // retry connection in this many milliseconds

in my VB Config. If i start Redis its coming message:


vB Optimise: You have selected a cache method that vB Optimise has detected you cannot use, this may be because the extension required is either not installed or configured correctly on your server. Please contact your system administrator or hosting provider for more information.
 
I can't tell you that, as I do not know the installation instructions for redis on any system other than Mac OS X. I do think that's the correct php extension to install though.
 
As this ticket has received no further replies, I'll close it. If you have any further issues or queries, please feel free to start a new support ticket. Thanks!
 
Status
Not open for further replies.

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,972
Customer rating
0.00 star(s) 0 ratings
Back
Top