Module: Memcached::Errors

Defined in:
lib/remcached/const.rb

Constant Summary collapse

NO_ERROR =
0x0000
KEY_NOT_FOUND =
0x0001
KEY_EXISTS =
0x0002
VALUE_TOO_LARGE =
0x0003
INVALID_ARGS =
0x0004
ITEM_NOT_STORED =
0x0005
NON_NUMERIC_VALUE =
0x0006
DISCONNECTED =
0xffff