diff --git a/content/develop/data-types/strings.md b/content/develop/data-types/strings.md index 81d67b9c94..26cf1a54b3 100644 --- a/content/develop/data-types/strings.md +++ b/content/develop/data-types/strings.md @@ -119,6 +119,7 @@ By default, a single Redis string can be a maximum of 512 MB. ### Managing counters +* [`INCR`]({{< relref "/commands/incr" >}}) atomically increments counters stored at a given key by 1. * [`INCRBY`]({{< relref "/commands/incrby" >}}) atomically increments (and decrements when passing a negative number) counters stored at a given key. * Another command exists for floating point counters: [`INCRBYFLOAT`]({{< relref "/commands/incrbyfloat" >}}).