Answer the question
In order to leave comments, you need to log in
OwnCloud on Redis with MySql?
It is necessary to teach OwnCloud to work in conjunction with MySql and Redis, how to teach Redis to cache at least something?
Answer the question
In order to leave comments, you need to log in
For those who are interested, here is the answer.
$redis = new OC\Memcache\Redis;
$getData = $redis->get($query);
$setData = $redis->set($query, $data);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question