DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

Expose Byte-array operations via Dice commands #177

Closed yashs360 closed 1 month ago

yashs360 commented 1 month ago

Dice now supports the Byte Array datatype. Expose the functionality of data type via Dice DB operations / commands.

Example: https://redis.io/docs/latest/commands/bitcount/

MohitVachhani commented 1 month ago

In this, we just need to add support for bitcount

image

Only this for now right ? -> If yes then I can work on this!

arpitbbhayani commented 1 month ago

@MohitVachhani @yashs360 Isn't this a duplicate of https://github.com/DiceDB/dice/issues/143?

yashs360 commented 1 month ago

Yes, duplicate of #143 . Not sure what i had in mind when i created this. @MohitVachhani please review #143 , its a few other commands.