Skip to content

Add SET options

Motivation:

SET has a range of options for setting expirations and conditionally setting a value.

Modification:

  • Add another set function with a range of options. Options are modelled as structs backed by private enums to allow additional options to be added without breaking API.
  • Added tests

Result:

Edited by Nathan Harris

Merge request reports