Comment #6 on issue 151 by tru64ufs: Append/Prepend to existing key whose value that grows larger than 1MB and non-existing key returns NOT_STORED error
http://code.google.com/p/memcached/issues/detail?id=151

Dormando.

Very good question. We are actually prepend(), not append().
That means we are using memcached as a FIFO Q. Only the oldest items need to be discarded.
If we leave it at 1M, then we are stuck with old items in the queue.

I will have to play with "add" then.
Thanks a lot.


Reply via email to