Skip to content

Commit f996053

Browse files
authored
Update hincrbyfloat.md (redis#2626)
WRONGTYPE is about the key type, not the field type. looks like a copy paste issue from INCRBYFLOAT
1 parent b260429 commit f996053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/hincrbyfloat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ is negative, the result is to have the hash field value **decremented** instead
44
If the field does not exist, it is set to `0` before performing the operation.
55
An error is returned if one of the following conditions occur:
66

7-
* The field contains a value of the wrong type (not a string).
7+
* The key contains a value of the wrong type (not a hash).
88
* The current field content or the specified increment are not parsable as a
99
double precision floating point number.
1010

0 commit comments

Comments
 (0)