From a242d79d8627f554690b62ce3724554f1a3af43e Mon Sep 17 00:00:00 2001 From: portman xu Date: Wed, 15 Nov 2023 04:38:08 -0600 Subject: [PATCH] Change 'this counters' to 'these counters' (#2540) --- commands/incr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/incr.md b/commands/incr.md index b87897233e..e8aae005d0 100644 --- a/commands/incr.md +++ b/commands/incr.md @@ -78,7 +78,7 @@ END ``` Basically we have a counter for every IP, for every different second. -But this counters are always incremented setting an expire of 10 seconds so that +But these counters are always incremented setting an expire of 10 seconds so that they'll be removed by Redis automatically when the current second is a different one.