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
If you are using INCRBY on a non-existent key in Redis, the following would return an error:
INCRBY newkey sdgsdfg
-ERR value is not an integer or out of range
The behaviour of redis-mock seems to be that it will return an error if you try to INCRBY again on the same key, because the existing value is not an integer.
The text was updated successfully, but these errors were encountered:
If you are using INCRBY on a non-existent key in Redis, the following would return an error:
The behaviour of redis-mock seems to be that it will return an error if you try to INCRBY again on the same key, because the existing value is not an integer.
The text was updated successfully, but these errors were encountered: