From 20b234d9df8d19e203cfb9c6115baabfaf369992 Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 11 Aug 2017 20:04:50 +0200 Subject: [PATCH] edit readme to mention redis only, not rabbitmq --- README.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index b9eef4e..b57713d 100644 --- a/README.markdown +++ b/README.markdown @@ -8,10 +8,7 @@ it works with twitter and maybe sometime in the future it will work with other s it lives at -you can run your own if you want to, youll need postgresql and rabbitmq and python 3.6+ - -youll also need redis probably unless you wanna set the rate limiter to use the in-memory store, which doesnt work if -you have more than one web process +you can run your own if you want to, youll need postgresql and redis and python 3.6+ ``` $ # set up virtualenv (recommended)