Skip to content

Add SETEX and PSETEX commands

George Barnett requested to merge georgebarnett/RediStack:gb-setex into master

Motivation:

The SETEX and PSETEX commands are missing.

Modifications:

  • Add SETEX command
  • Add PSETEX command
  • Add integration tests

Result:

Users can atomically set a key with an expire

Merge request reports