Packages

A Gleam client for Valkey, KeyDB, Redis, Dragonfly and other Redis-compatible databases.

Current section

Files

Jump to
valkyrie include valkyrie_SetOptions.hrl
Raw

include/valkyrie_SetOptions.hrl

-record(set_options, {
existence_condition :: gleam@option:option(valkyrie:set_existence_condition()),
return_old :: boolean(),
expiry_option :: gleam@option:option(valkyrie:set_expiry_option())
}).