memcached problem

Re: memcached problem

by Aditya Dubay -
Number of replies: 0

Hi Jeff,

Finally we install Redis and test it.

In case of "Store request when used as session cache" the "Session cache" looks better then Redis?

We face lots of "invalidsesskey" problem before, does it resolve with Redis?

Please find attachment and suggest.

Also we have around 10 moodle instances running on server for different clients so what we set in config.php of each instance? Right now in one instance we set:

//Redit session handling

$CFG->session_handler_class = '\core\session\redis';
$CFG->session_redis_host = '127.0.0.1';
$CFG->session_redis_port = 6379; // Optional.
$CFG->session_redis_database = 0; // Optional, default is db 0.
$CFG->session_redis_prefix = ''; // Optional, default is don't set one.
$CFG->session_redis_acquire_lock_timeout = 120;
$CFG->session_redis_lock_expire = 7200;

Also who to configure Redis for "Store requests when used as a request cache." right now it says "Unsupported mode".

 

Thanks in advance.

Attachment redis-2.png
Attachment redis-3.png
Attachment redis-4.png