mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 09:12:06 -05:00
Added README to tell users how tp switch REDIS on
This commit is contained in:
@@ -58,7 +58,9 @@ Install [Postgres.app](http://postgresapp.com/). You will need admin on your mac
|
|||||||
|
|
||||||
### Redis
|
### 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
|
## To run the application
|
||||||
|
|||||||
Reference in New Issue
Block a user