aviggiano / redis-roaring

Roaring Bitmaps for Redis
MIT License
348 stars 56 forks source link

Is there a command to deleted the bitmaps that have been created? #92

Closed nimit95 closed 3 years ago

aviggiano commented 3 years ago

Hi there

Yes it is ~R.DEL~ DEL, just as a regular redis struct

nimit95 commented 3 years ago

Will the regular DEL command delete all the memory allocated to bitmaps? or Is there GC of some sort for the cleanup

aviggiano commented 3 years ago

Yes it will Redis Modules will automatically track new allocated structures and will clean them up on key deletion