Update docs for Redis #183
Labels
good first issue
Good for newcomers
released
type: documentation
Improvements or additions to documentation
Description
Update the
.env.example
file and our docs with Redis configuration.Solution
Here are the configurations that you will be adding to the docs:
REDIS_URL
: This is the URL that is used to connect to Redis instance. The url is used by theapi
. It is a required parameterREDIS_PASSWORD
: Optional parameter. Specified only if the Redis instance is configured to use a password. Used by theapi
Changes required
.env.example
file to contain both the keys. Additionally, you will need to add a default value ofredis://localhost:6379
toREDIS_URL
.The text was updated successfully, but these errors were encountered: