aviggiano / redis-roaring

Roaring Bitmaps for Redis
MIT License
345 stars 55 forks source link

Add R.SETBITARRAY and R.GETBITARRAY commands #18

Closed aviggiano closed 7 years ago

aviggiano commented 7 years ago

These commands are useful when creating a bitmap from a bit array, for example 010101001 to a Bitmap representing the set {1,3,5,8}