module MemcachedServer::Reply

Constants

END_
EXISTS

To indicate that the item you are trying to store with a “cas” command has been modified since you last fetched it.

GET

Each item sent by the server looks like this

GETS
NOT_FOUND

To indicate that the item you are trying to store with a “cas” command did not exist.

NOT_STORED

To indicate the data was not stored, but not because of an error. This normally means that the condition for an “add” or a “replace” command wasn't met.

STORED

To indicate success.