aviggiano / redis-roaring

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

Inform mem usage to Redis even if not using RM_Alloc #2

Open aviggiano opened 7 years ago

aviggiano commented 7 years ago

Since CRoaring handles all memory allocations, we can't use redis modules allocation wrappers.

It seems it isn't possible to proactively inform redis the current Redis Modules API, but perhaps they might be interested in a pull request.

aviggiano commented 4 years ago

This should've been done with #66, so in theory we only need to check if the issue still exists