Dragonfly specific commands¶
To implement support for a command, see here
These are commands that are not implemented in Redis but supported in Dragonfly and FakeRedis. To use these commands,
you can call execute_command
with the command name and arguments as follows:
SADDEX¶
Similar to SADD but adds one or more members that expire after specified number of seconds. An error is returned when the value stored at key is not a set.