You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reduce the initial setup to work on the project, I think REDIS_URL env should be optional in development (not prod).
If there's no redis URL the keyv library do use in-memory storage by default.
It would also allow contributors to quickly setup the project even without having docker on their machine.
It might drive more contributors as it would be really fast to have your project up and running.
The text was updated successfully, but these errors were encountered:
In order to reduce the initial setup to work on the project, I think
REDIS_URL
env should be optional in development (not prod).If there's no redis URL the keyv library do use in-memory storage by default.
It would also allow contributors to quickly setup the project even without having docker on their machine.
It might drive more contributors as it would be really fast to have your project up and running.
The text was updated successfully, but these errors were encountered: