Module: Memcached::Commands

Defined in:
lib/remcached/const.rb

Constant Summary collapse

GET =
0x00
SET =
0x01
ADD =
0x02
REPLACE =
0x03
DELETE =
0x04
INCREMENT =
0x05
DECREMENT =
0x06
QUIT =
0x07
STAT =
0x10
GETQ =
0x09
SETQ =
0x11
ADDQ =
0x12
DELETEQ =
0x14
NOOP =
0x0a