CryBase::CouchBase::Services::KV::Opcode
Inherits Enum < Comparable < Value < Object
Operation codes for the memcached binary protocol commands this client speaks. Values match the Couchbase Server wire protocol specification.
KV::Opcode::Get.value # => 0x00
KV::Opcode::SelectBucket.value # => 0x89
Constants
Get = 0_u8
Set = 1_u8
Delete = 4_u8
Increment = 5_u8
Decrement = 6_u8
Touch = 28_u8
GetAndTouch = 29_u8
Hello = 31_u8
SaslAuth = 33_u8
GetCollectionsManifest = 186_u8
SelectBucket = 137_u8