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
The implementations of decr, hincrby and hincrbyfloat store the int/float value internally, instead of the stringified version. This can lead to errors e.g.
The implementations of
decr
,hincrby
andhincrbyfloat
store the int/float value internally, instead of the stringified version. This can lead to errors e.g.I have a fix in a branch I am preparing for PR.
The text was updated successfully, but these errors were encountered: