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
Currently delete() calls _deletetouch() with [b'DELETED', b'NOT_FOUND']. We would like to have an option to pass lists of expected results and customize this behavior, because we don't treat passing a non existent key as a succeeded deletion (see related discussion).