Current section
Files
Jump to
Current section
Files
include/glemcached_ConnectionOptions.hrl
-record(connection_options, {
host :: binary(),
port :: integer(),
timeout :: integer(),
username :: binary(),
password :: binary()
}).