vert-x3 / issues

Apache License 2.0
36 stars 7 forks source link

RedisAPI.zadd fail to add the secondray score &member #548

Closed yxder closed 3 years ago

yxder commented 3 years ago

vertx.version=3.9.2

Steps

redisAPI.zadd(Arrays.asList("anykey", "1598248800", "member1", "1598248700", "member2"), r->{})

result: only "1598248800", "member1" added to zset

pmlopes commented 3 years ago

The issue doesn't happen on 4.0.0

pmlopes commented 3 years ago

Please see the added test, the issue is not reproducible