forked from forgejo/forgejo
chore: update github.com/couchbase/gomemcached and github.com/couchbase/go-couchbase (#9419)
This commit is contained in:
parent
8873a80276
commit
559fb6ccf0
12 changed files with 1555 additions and 200 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue