aviggiano / redis-roaring

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

fixed make error for macosx #81

Closed inspire365 closed 3 years ago

inspire365 commented 3 years ago

I had reported macosx issue here.

It seem that the redis roaring module doesn't work well under MacOSX. This pull request only fixed make issue and make the server run. After this fix, it can run, but the performance test still have an issue with libhiredis, and the performance test output is wrong. I have not look into it at the monment.

Thanks!

aviggiano commented 3 years ago

Thanks, this is much appreciated.

Closes #80