GT option is not supported on zadd
Opened this issue · 0 comments
scottjacobsen commented
zadd supports the GT
option, but fakeredis breaks if $redis.zadd(key, [[score1, member1], [score2, member2]], gt: true)
is called because it does not delete GT
from the args array.