mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Add optional GET parameter to SET command in order to set a new value to a key and retrieve the old key value. With this change we can deprecate `GETSET` command and use only the SET command with the GET parameter.