File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ value greater than 10, otherwise it will expire and start again from 0.
177
177
If for some reason the client performs the ` INCR ` command but does not perform
178
178
the [ ` EXPIRE ` ] ({{< relref "/commands/expire" >}}) the key will be leaked until we'll see the same IP address again.
179
179
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
182
182
2.6).
183
183
184
184
```
You can’t perform that action at this time.
0 commit comments