Added README to tell users how tp switch REDIS on

This commit is contained in:
Martyn Inglis
2016-12-02 10:11:31 +00:00
parent 687f217d7b
commit cea48140f8

View File

@@ -58,7 +58,9 @@ Install [Postgres.app](http://postgresapp.com/). You will need admin on your mac
### Redis
To switch redis on you'll need to install it locally. On a OSX we've used brew for this.
To switch redis on you'll need to install it locally. On a OSX we've used brew for this. To use redis caching you need to switch it on by changing the config for development:
REDIS_ENABLED = True
## To run the application