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 using MemcachedClient.Remove function. It returns "true if the item was successfully removed from the cache; false otherwise." Is there a way to differentiate if it returned false because the item was not found or because of some other failure(Other than doing a lookup after remove). I would like to handle both cases differently in my code. In case of some other reason for failure, I would want to retry removing the item.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I am using MemcachedClient.Remove function. It returns "true if the item was successfully removed from the cache; false otherwise." Is there a way to differentiate if it returned false because the item was not found or because of some other failure(Other than doing a lookup after remove). I would like to handle both cases differently in my code. In case of some other reason for failure, I would want to retry removing the item.
Thanks
The text was updated successfully, but these errors were encountered: