mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Additional test coverage for incr/decr operation. integer number could be present in raw encoding format due to operation like append. A incr/decr operation following it optimize the string to int encoding format.