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.
177177If for some reason the client performs the ` INCR ` command but does not perform
178178the [ ` 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
1821822.6).
183183
184184```
You can’t perform that action at this time.
0 commit comments