We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d0f25 commit 886a1d6Copy full SHA for 886a1d6
content/commands/incrbyfloat/index.md
@@ -81,11 +81,11 @@ regardless of the actual internal precision of the computation.
81
## Examples
82
83
{{% redis-cli %}}
84
-SET mykey 10.50
85
-INCRBYFLOAT mykey 0.1
86
-INCRBYFLOAT mykey -5
87
-SET mykey 5.0e3
88
-INCRBYFLOAT mykey 2.0e2
+SET mykey "10.50"
+INCRBYFLOAT mykey "0.1"
+INCRBYFLOAT mykey "-5"
+SET mykey "5.0e3"
+INCRBYFLOAT mykey "2.0e2"
89
{{% /redis-cli %}}
90
91
0 commit comments