mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
This is a rare failure mode of a new feature of redis 7 introduced in #9217 (when the incremental part of the ID overflows). Till now, the outcome of that error was undetermined (could easily result in `Elements are too large to be stored` wrongly, due to unset `errno`).