False warning in ADD
Bug #1228004 reported by
Yaroslav
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Python Memcached |
New
|
Undecided
|
Unassigned | ||
Bug Description
When you are adding value with add() and value already exists it displays false warning:
MemCached: while expecting 'STORED', got unexpected response 'NOT_STORED'
memcache returns NOT_STRORED because it will only adds new value if it is not exists.
I've submited a patch in a diff file.
To post a comment you must log in.