M
M
Maxim Zahlupa2015-04-17 15:33:56
MySQL
Maxim Zahlupa, 2015-04-17 15:33:56

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

1 answer(s)
M
Maxim Zakhlyupa, 2015-09-17
@HellScryMan

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 question

Ask a Question

731 491 924 answers to any question