DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

Remove query from watchlist if no clients are watching it. #172

Closed JyotinderSingh closed 1 month ago

JyotinderSingh commented 1 month ago

Removes a query from the query watch-list if no clients are watching it. This can help prevent memory leaks due to stale queries.