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
memcached_get() will hang for POLL_TIMEOUT ms and return invalid (old) values when trying to read responses from SETs while MEMCACHED_BEHAVIOR_BUFFER_REQUEST is true and MEMCACHED_CALLBACK_GET_FAILURE is used to insert missing keys.
The text was updated successfully, but these errors were encountered:
memcached_get()
will hang forPOLL_TIMEOUT
ms and return invalid (old) values when trying to read responses fromSET
s whileMEMCACHED_BEHAVIOR_BUFFER_REQUEST
istrue
andMEMCACHED_CALLBACK_GET_FAILURE
is used to insert missing keys.The text was updated successfully, but these errors were encountered: