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 d7be6ae commit 1482271Copy full SHA for 1482271
content/develop/data-types/strings.md
@@ -119,7 +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" >}}) increments counters stored at a given key by 1.
+* [`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