Current section
Files
Jump to
Current section
Files
include/glemcached@internal@text_StorageCommand.hrl
-record(storage_command, {
cmd :: glemcached@internal@text:storage_command(),
key :: binary(),
flags :: integer(),
exptime :: integer(),
size :: integer(),
data :: bitstring()
}).