jsxiao / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Suggestion: API to propagate memory full error if running memcached in -M mode #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
2.2 Linux

Tell me more...
I would like to suggest a new feature where the API user would be informed
when memcached's memory is exhausted (when it runs in -M mode).

Thanks

Original issue reported on code.google.com by tankb...@gmail.com on 8 Jan 2009 at 8:07

GoogleCodeExporter commented 8 years ago
You will receive an OperationError of type SERVER and a useful message.  Is 
this good
enough?

http://github.com/dustin/java-memcached-client/blob/master/src/test/manual/net/s
py/memcached/test/MemoryFullTest.java

If not, please reopen with a better description of what you'd like to see.

Original comment by dsalli...@gmail.com on 26 Jan 2009 at 7:42