Is there a single sentence anywhere that describes what it actually is?
Arpit here. DiceDB is an in-memory database that is also reactive. So, instead of polling the database for changes, the database pushes the resultset if you subscribe to it. We have a similar set of commands as Redis, but are not Redis-compliant.
DiceDB
21–30 of 143 posts
Re: DiceDB
#22Is there a single sentence anywhere that describes what it actually is?
seems like a key store, with an ability to watch/subscribe to monitor for the change of values in real time
Re: DiceDB
#23Re: DiceDB
#24Earlier quoted context omitted.
A Redis-inspired server in Go
Nope. it started as Redis clone. We are on a different trajectory now. Chasing different goals.
What are those goals? I was struggling to interpret a meaningful roadmap from the issue & commit history.
Re: DiceDB
#25Re: DiceDB
#26Earlier quoted context omitted.
A Redis-inspired server in Go
Can't wait to feel the impact of garbage collection in my fast cache!
We have the benchmarks, and we will be sharing the numbers in subsequent releases.
But, there is still a chance that I may come to bite us and limit us to a smaller scale, and we are ready for it.
Re: DiceDB
#27I love the "Follow on twitter" link with the old logo and everything, they probably used a template that hasn't been updated recently but I'm choosing to believe it's actually a subtle sign of protest or resistance.
Re: DiceDB
#28Earlier quoted context omitted.
Arpit here. DiceDB is an in-memory database that is also reactive. So, instead of polling the database for changes, the database pushes the resultset if you subscribe to it. We have a similar set of commands as Redis, but are not Redis-compliant.
This is a lot clearer than any information I found anywhere else. There wasn't any room on your website, README, or docs for this summary?
Re: DiceDB
#29Re: DiceDB
#30Is there a single sentence anywhere that describes what it actually is?
Arpit here. DiceDB is an in-memory database that is also reactive. So, instead of polling the database for changes, the database pushes the resultset if you subscribe to it. We have a similar set of commands as Redis, but are not Redis-compliant.