Skip to content
  • George Barnett's avatar
    Add SET options · ddfc7b0a
    George Barnett authored and Nathan Harris's avatar Nathan Harris committed
    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 `struct`s backed by private `enum`s to allow additional
      options to be added without breaking API.
    - Added tests
    
    Result:
    
    Options may be specified with `set`, and resolves #67
    ddfc7b0a