From 831fe602597b8098369ba415266874b310ca4467 Mon Sep 17 00:00:00 2001 From: Alexander Ryazantsev Date: Mon, 19 Sep 2022 15:22:20 +0300 Subject: [PATCH] Typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 547a301..d97294c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The redis adapter only has one strategy: the deletion strategy. ## Strategy configuration options -`:only` and `:except` may take a list of strings to be passed to [`keys`](https://redis.io/commands/keys)): +`:only` and `:except` may take a list of strings to be passed to [`keys`](https://redis.io/commands/keys): ```ruby # Only delete the "users" key, and keys that start with "cache".