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 am getting weird memcached_return_t (MEMCACHED_NOTFOUND) after calling memcached_set.
If I understand it correctly, MEMCACHED_NOTFOUND should only apply to memcached_get.
Do you know what kind of situations where memcached_set could return MEMCACHED_NOTFOUND?
The text was updated successfully, but these errors were encountered:
I am getting weird
memcached_return_t
(MEMCACHED_NOTFOUND
) after callingmemcached_set
.If I understand it correctly,
MEMCACHED_NOTFOUND
should only apply tomemcached_get
.Do you know what kind of situations where
memcached_set
could returnMEMCACHED_NOTFOUND
?The text was updated successfully, but these errors were encountered: