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
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*
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
Versions:
The text was updated successfully, but these errors were encountered: