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
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.
The text was updated successfully, but these errors were encountered:
zadd supports the
GT
option, but fakeredis breaks if$redis.zadd(key, [[score1, member1], [score2, member2]], gt: true)
is called because it does not deleteGT
from the args array.The text was updated successfully, but these errors were encountered: