Skip to content

Commit

Permalink
Inform people how to setup redis
Browse files Browse the repository at this point in the history
  • Loading branch information
fragoulis committed Mar 19, 2021
1 parent 03feadc commit 85c5e9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85c5e9e

Please sign in to comment.