mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
On my system mod_memcached returns `-ERR SOME ERRORS WERE REPORTED` when memcached service not available. And sofia.conf.lua does not handle this case and interpret this response as valid one. Using `cache` class allows handle such errors. Also this class handle all escaping operation which makes code more clear.