mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
when the same consumer re-claim an entry that it already has, there's no need to remove-and-insert if it's the same rax. we do need to update the idle time though. this commit only improves efficiency (doesn't change behavior).