mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 01:33: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.