Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cacheservice): add support to use use redis in cacheservice #360

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

jaison-x
Copy link
Contributor

É possível escolher entre usar cache local, redis ou desabilitar. Também pode configurar um tempo padrão de expiração das chaves. A ideia foi criar um serviço que possa ser usado no futuro em outros locais.

Foram adicionados estes campos no env.yml:

CACHE: REDIS: ENABLED: false URI: "redis://localhost:6379" PREFIX_KEY: "evolution-cache" TTL: 604800 LOCAL: ENABLED: false TTL: 86400

Eu criei um novo cliente para o redis porque tem alguns tratamentos especificos no atual para trabalhar com a baileys. Fiquei com receio e preferi não alterar o original. Se alguém quiser otimizar seria ótimo.

Também tentei seguir os padrões do projeto mas honestamente talvez não tenha ficado 100%, então se algo estiver fora, por favor corrija ou me avise.

@nestordavalos
Copy link
Contributor

que ótimo trabalho você está fazendo amigo, funcionou perfeitamente até agora

@DavidsonGomes DavidsonGomes merged commit 29a48f7 into EvolutionAPI:develop Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants