Redis on Roundcube

zomebodi

Verified User
Joined
Sep 3, 2023
Messages
61
Is there a way to make redis works with roundcube. I see some configs on roundcube:
$config['imap_cache'] = 'redis';
$config['redis_debug'] = true;
$config['redis_hosts'] = ['unix:///'];
$config['messages_cache'] = true;

Im working on directadmin roundcube connections to external imap. I need cache to fast response.
Any help will be appreciated
 
Back
Top