mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
We only want to use the last STORE key, but we have to record we actually found a STORE key so we can increment the final return key count. Test added to prevent further regression. Closes #1883, #1645, #1647