keyshade
keyshade copied to clipboard
Update docs for Redis
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 parameter -
REDIS_PASSWORD
: Optional parameter. Specified only if the Redis instance is configured to use a password. Used by theapi
Changes required
- Update the
.env.example
file to contain both the keys. Additionally, you will need to add a default value ofredis://localhost:6379
toREDIS_URL
. - Update the Environmental Variables file. This will be containing detailed info about both the variables.