I tried to run the test suite and had connection failures because I didn't have Memcached running. I had checked for a "CONTRIBUTING" file but the only instructions I found for development were the boilerplate in the README.
This PR just adds a line to the README to note that you need both backends running.
Let me know if you want me to expand this (e.g. brew install redis memcached for macOS) or change any wording.
Hmm... as the only change here was the README update, this seems to be a problem where tests are inconsistent. Perhaps re-running the travis build will fix this?
I tried to run the test suite and had connection failures because I didn't have Memcached running. I had checked for a "CONTRIBUTING" file but the only instructions I found for development were the boilerplate in the README.
This PR just adds a line to the README to note that you need both backends running.
Let me know if you want me to expand this (e.g.
brew install redis memcached
for macOS) or change any wording.