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

About Redis memory leak problem #853

Open
chenpingzhao opened this issue Aug 10, 2024 · 1 comment
Open

About Redis memory leak problem #853

chenpingzhao opened this issue Aug 10, 2024 · 1 comment

Comments

@chenpingzhao
Copy link

Hello, dear developers I have a question about using redis as cache_store in Gorse. Our redis is full of more than 50G, but the number of users is only tens of thousands

  1. Can the data in redis be purged directly without affecting the business?
  2. How long can the key in Redis be purged if it has not been accessed
@erfansahaf
Copy link

Hi

I see no expires item in redis-cli info command. So about the second question, keys have no TTL and last forever in Redis I think.

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

No branches or pull requests

2 participants