ioBroker.ring
ioBroker.ring copied to clipboard
Livestreams and Snapshots won't get deleted from Redis
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:
- Adapter version: v5.0.10
- JS-Controller version: v5.0.19
- Node version: v18.19.1
- Operating system: Buanet ioBroker (latest-v9), redis-latest