Skip to content

Commit c6e07cf

Browse files
authored
Update index.md (#1104)
1 parent 09aaf8b commit c6e07cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/incr/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ value greater than 10, otherwise it will expire and start again from 0.
177177
If for some reason the client performs the `INCR` command but does not perform
178178
the [`EXPIRE`]({{< relref "/commands/expire" >}}) the key will be leaked until we'll see the same IP address again.
179179

180-
This can be fixed easily turning the `INCR` with optional [`EXPIRE`]({{< relref "/commands/expire" >}}) into a Lua
181-
script that is send using the [`EVAL`]({{< relref "/commands/eval" >}}) command (only available since Redis version
180+
This can be easily fixed by turning the `INCR` with optional [`EXPIRE`]({{< relref "/commands/expire" >}}) into a Lua
181+
script that is then sent using the [`EVAL`]({{< relref "/commands/eval" >}}) command (only available since Redis version
182182
2.6).
183183

184184
```

0 commit comments

Comments
 (0)