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

Add support for JSON as a datatype #165

Closed JyotinderSingh closed 1 month ago

JyotinderSingh commented 1 month ago

We need to support JSON as a datatype for values.

Please look at the redis documentation to understand how the Redis JSON datatype behaves and the commands required to manipulate JSON data.

Expected features

You will also need to figure out an efficient way to represent JSON objects internally.

MohitVachhani commented 1 month ago

Hey @JyotinderSingh , is someone going to pick this up ? If not then I can give it a try!

JyotinderSingh commented 1 month ago

Hey @JyotinderSingh , is someone going to pick this up ? If not then I can give it a try!

Assigned

MayukhSobo commented 1 month ago

@arpitbbhayani I want to take this up.

JyotinderSingh commented 1 month ago

@arpitbbhayani I want to take this up.

Hi, this issue is already assigned to someone. Please feel free to pick up another unassigned issue.

arpitbbhayani commented 1 month ago

@Maveric-k07 Go for it. I agree https://github.com/DiceDB/dice/issues/166 and this are closely related.