Sha256: 42ec6d3b6721d31a071fc89f5bf551899a5bb74f41ce98da71839b617dacebd8
Contents?: true
Size: 682 Bytes
Versions: 32
Compression:
Stored size: 682 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :cmdflags :: # (Integer) # :exptime :: # (Integer) # :cas :: # (Integer) # :key :: # (KEYBUF) # :hashkey :: # (KEYBUF) # :servers :: # (FFI::Pointer(*U16)) For internal use: This determines the servers the command should be # routed to. Each entry is an index within the server. # :nservers :: # (Integer) class CMDOBSERVE < FFI::Struct layout :cmdflags, :uint, :exptime, :uint, :cas, :ulong_long, :key, KEYBUF.by_value, :hashkey, KEYBUF.by_value, :servers, :pointer, :nservers, :ulong end end
Version data entries
32 entries across 32 versions & 2 rubygems