Sha256: 473fa79c29f8d9d28761765d3d49627a8e115dd5d999dff619f26f326e51cb08
Contents?: true
Size: 684 Bytes
Versions: 4
Compression:
Stored size: 684 Bytes
Contents
module MTLibcouchbase::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
4 entries across 4 versions & 1 rubygems