Skip to content

Commit 1482271

Browse files
authored
Update content/develop/data-types/strings.md
1 parent d7be6ae commit 1482271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ By default, a single Redis string can be a maximum of 512 MB.
119119

120120
### Managing counters
121121

122-
* [`INCR`]({{< relref "/commands/incr" >}}) increments counters stored at a given key by 1.
122+
* [`INCR`]({{< relref "/commands/incr" >}}) atomically increments counters stored at a given key by 1.
123123
* [`INCRBY`]({{< relref "/commands/incrby" >}}) atomically increments (and decrements when passing a negative number) counters stored at a given key.
124124
* Another command exists for floating point counters: [`INCRBYFLOAT`]({{< relref "/commands/incrbyfloat" >}}).
125125

0 commit comments

Comments
 (0)