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

Livestreams and Snapshots won't get deleted from Redis #671

Open
manuxi opened this issue Mar 12, 2024 · 1 comment
Open

Livestreams and Snapshots won't get deleted from Redis #671

manuxi opened this issue Mar 12, 2024 · 1 comment

Comments

@manuxi
Copy link

manuxi commented Mar 12, 2024

Describe the bug
Although I switched on the option "delete old files", Livestreams and Snapshots are not deleted from redis. After a while the partition lacks of free space. If I forget to cleanup it will be full at some day.

To Reproduce
Use Redis
Check the data with e.g.
redis-cli --bigkeys
redis-cli --scan --pattern cfg.f.ring.0*

(Delete them manually:
redis-cli --scan --pattern cfg.f.ring.0* | xargs redis-cli del)

Expected behavior
Livestreams and Snapshots are deleted automatically.

Screenshots & Logfiles
image

Versions:

  • Adapter version: v5.0.10
  • JS-Controller version: v5.0.19
  • Node version: v18.19.1
  • Operating system: Buanet ioBroker (latest-v9), redis-latest
@manuxi
Copy link
Author

manuxi commented Aug 29, 2024

Any news on this issue? Have to cleanup my Redis every 2-3 weeks to prevent memory overflow.

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

1 participant