Optional Resources
Redis
Setup
Redis is an in-memory data structure store, used as a database, cache, and message broker. It supports data structures such as strings, hashes, lists, sets, and more. Incorporating Redis can significantly improve the performance of Evolution API by enabling faster data access and efficient caching.
Set the Redis environment variables in the .env
for Docker or the dev-env.yml
for NPM file as follows:
Checkout more on Environment Variables.