Skip to content

Add SETNX command

Motivation:

The SETNX command is missing.

Modifications:

  • Add SETNX command
  • Add integration test

Result:

Users can set a key only if it does not already exist

Checklist

  • Copyright headers in new files (see CONTRIBUTING.md)
  • Unit tests added
  • API Documentation comments

Merge request reports