You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out Memcached is not storing some structure I wanted. I discovered that set() function fails, responding with false. Later I discovered reason using Memcached::getResultCode() which I found in phpDoc.
This response, however is not handled in Nette. I suggest failure on write to cache should at least trigger notice for user.
I will gladly make a PR, but before I would like to know author's opinion.
I found out Memcached is not storing some structure I wanted. I discovered that
set()
function fails, responding with false. Later I discovered reason usingMemcached::getResultCode()
which I found in phpDoc.This response, however is not handled in Nette. I suggest failure on write to cache should at least trigger notice for user.
I will gladly make a PR, but before I would like to know author's opinion.
Instead of
caching/src/Caching/Storages/MemcachedStorage.php
Line 169 in ceb814d
I would suggest something like:
The text was updated successfully, but these errors were encountered: