redis-roaring
redis-roaring copied to clipboard
Roaring Bitmaps for Redis
At the moment, [there's only one version of the image on Docker Hub and that's been set to `:latest`](https://hub.docker.com/layers/aviggiano/redis-roaring/latest/images/sha256-0c4e97accbf6821b828b46aef0b77572b6d3866b6fb3b17e9f0ffd527f8cbeb3?context=explore) i.e. `sha256:0c4e97a`. Typically one would be able to specify the version...
Attempt to address the issue in https://github.com/aviggiano/redis-roaring/issues/98. I have updated the submodules in the `deps/` to point to the latest tag/release (note that main branches might be more recent): *...
Support cross platform binary data export and import.
We are taking the investigation into this module, and want to know more about it. Is there anyone using it in a real production environment, can you provide some useful...
Include "deploy" step on github actions (should update README)
I observed a high memory fragmentation (rss memory >> used memory or peak used memory) that I attribute to libc malloc. Can you please use jemalloc, as suggested by redis...
The current implementation creates empty bitmaps for nonexistent source keys `srckey`s, which are then freed if necessary, since the API must be consistent with redis' native `BITOP` command. ```C Bitmap*...
I have set up master-slave replication with redis-roaring. But at the first full sync, the slave stuck at this state forever: 20825:S 24 Mar 08:34:46.552 # Server initialized 20825:S 24...
See https://github.com/aviggiano/redis-roaring/pull/87