Skip to content

Add EXISTS command

Motivation:

The EXISTS command was missing.

Modifications:

  • Add 'EXISTS' to basic commands
  • Add integration tests

Result:

The existence of a key can be checked.

Checklist

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

Merge request reports