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 61b310b commit 647a020Copy full SHA for 647a020
content/develop/data-types/strings.md
@@ -119,6 +119,7 @@ By default, a single Redis string can be a maximum of 512 MB.
119
120
### Managing counters
121
122
+* [`INCR`]({{< relref "/commands/incr" >}}) atomically increments counters stored at a given key by 1.
123
* [`INCRBY`]({{< relref "/commands/incrby" >}}) atomically increments (and decrements when passing a negative number) counters stored at a given key.
124
* Another command exists for floating point counters: [`INCRBYFLOAT`]({{< relref "/commands/incrbyfloat" >}}).
125
0 commit comments