S
S
Sergey Pugovkin2016-10-18 23:31:13
PHP
Sergey Pugovkin, 2016-10-18 23:31:13

Does it make sense for the html cache to migrate to Redis?

Memkesh for php abandoned?
https://pecl.php.net/package/memcache - latest version - 2013-04-07 (and even then, beta).
https://pecl.php.net/package/memcached - latest version - 2014-04-01
Why such ancient versions? Does it make sense for the html cache to migrate to Redis?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Aksentiev, 2016-10-18
@Driver86

What is there to update?
A dozen functions that have been working the same way for 10 years?
It is better to cache HTML in files, and not to clog RAM.
And do it at the nginx level, not the application level. Although it depends on how it works.

A
Alexey Skobkin, 2016-10-19
@skobkin

https://pecl.php.net/package/memcache - latest version - 2013-04-07 (and even then, beta).
https://pecl.php.net/package/memcached - latest version - 2014-04-01

What doesn't suit you? They don't work, do they?
You need to answer this question yourself. I don’t understand why you don’t ask yourself questions like: “what will this give me?”.

@
@zipppp, 2019-12-08
_

for static cache use Varnish

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question