One Redis for read and one redis for write

Good evening, probably there is just solution for this question but anyway… could i have two instance declared in the config.php file one for write and one for read using redis for memcache and locking? for example 6380 for write and 6379 for read. I ask because i have a redis + sentinel acting as cluster with three nodes (one master [6380 write port+6379 read port] and two slaves [only 6379 read port for replicas]) Thanks in advance.

There can only be ONE redis server configured within ownCloud. You’d have to look at some kind of proxy to split those requests, not sure if that exists for redis.

If you find something, would be cool if you could showcase your use case and solution here. :wink:

1 Like