python-memcache delete() does not distinguish between DELETED and NOT_FOUND
Bug #471727 reported by
Forest
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Python Memcached |
Fix Released
|
Medium
|
Sean Reifschneider | ||
Bug Description
The memcached protocol reports DELETED or NOT_FOUND on delete, depending on whether the key was present to begin with. memcache.
| Changed in python-memcached: | |
| importance: | Undecided → Medium |
| assignee: | nobody → Sean Reifschneider (jafo) |
| Changed in python-memcached: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
This may have to be done as a separate function, unless it can be implemented such that it won't act in unexpected ways for existing users.