From 85c5e9e07aca0bb37419da970455f46d893ab170 Mon Sep 17 00:00:00 2001 From: John Fragoulis Date: Fri, 19 Mar 2021 13:37:18 +0200 Subject: [PATCH] Inform people how to setup redis --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c57ad67..55bed99 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,13 @@ To enable verbose output in the tests: $ RSPECQ_DEBUG=1 bundle exec rake ``` +## Redis + +RSpecQ by choice does not delete any keys from redis. When setting up redis +you need to set the `maxmemory-policy` to `allkeys-lru`. This makes redis +act like memcached. + +You can do this from a configuration file or with `redis-cli`. ## License