You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unit/type/zset test for ZRANK/ZREVRANK commands fails. According to documentation it should return (nil) in both cases when key or member are not found, but it was returning "-1" because of PORT_ULONG type (originally in Redis there is long).