fatihky / redis-roaring

Roaring Bitmaps as a Redis Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Roaring Bitmaps

IN PROGRESS. Will not work yet!

Building

  1. Build Redis in a build supporting modules.
  2. Run make
  3. Run redis loading the module: /path/to/redis-server --loadmodule ./module.so

Now run redis-cli and try the commands!

About

Roaring Bitmaps as a Redis Module


Languages

Language:C 88.9%Language:C++ 10.1%Language:CMake 0.3%Language:Shell 0.3%Language:Python 0.1%Language:Makefile 0.1%Language:Objective-C 0.1%