mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-30 01:04:19 +08:00
chore: update github.com/couchbase/gomemcached and github.com/couchbase/go-couchbase (#9419)
This commit is contained in:

committed by
techknowlogick

parent
8873a80276
commit
559fb6ccf0
go.modgo.sum
vendor
github.com/couchbase
modules.txt
8
vendor/github.com/couchbase/gomemcached/mc_constants.go
generated
vendored
8
vendor/github.com/couchbase/gomemcached/mc_constants.go
generated
vendored
@ -6,8 +6,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
REQ_MAGIC = 0x80
|
||||
RES_MAGIC = 0x81
|
||||
REQ_MAGIC = 0x80
|
||||
RES_MAGIC = 0x81
|
||||
FLEX_MAGIC = 0x08
|
||||
FLEX_RES_MAGIC = 0x18
|
||||
)
|
||||
|
||||
// CommandCode for memcached packets.
|
||||
@ -99,6 +101,8 @@ const (
|
||||
SUBDOC_GET = CommandCode(0xc5) // Get subdoc. Returns with xattrs
|
||||
SUBDOC_MULTI_LOOKUP = CommandCode(0xd0) // Multi lookup. Doc xattrs and meta.
|
||||
|
||||
DCP_SYSTEM_EVENT = CommandCode(0x5f) // A system event has occurred
|
||||
|
||||
)
|
||||
|
||||
// command codes that are counted toward DCP control buffer
|
||||
|
Reference in New Issue
Block a user