Packages

A memcached client in pure gleam!

Current section

Files

Jump to
glemcached include glemcached_ConnectionOptions.hrl
Raw

include/glemcached_ConnectionOptions.hrl

-record(connection_options, {
host :: binary(),
port :: integer(),
timeout :: integer(),
username :: binary(),
password :: binary()
}).