Avoid unnecessary dict shrink in zremrangeGenericCommand (#13143)
If the skiplist is emptied, there is no need to shrink the dict in skiplist, it can be deleted directly.
Please register or sign in to comment
If the skiplist is emptied, there is no need to shrink the dict in skiplist, it can be deleted directly.