5 ms·
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 su
by arpitbbhayani 2y ago
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.
- Apofis 2y agoQuestion, how does DiceDB differ from Redis pub/sub? https://redis.io/docs/latest/develop/interact/pubsub/ https://redis.io/docs/latest/develop/interact/pubsub/
- remram 2y agoThis 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?
- arpitbbhayani 2y agoIt is right there on the landing page. But, let me highlight it a bit.
- dagss 2y agoIMO, replace "More than a Cache. Smarter than a Database." with an actual description. The saying is cute but does not really convey information the reader is after. And that spot is where you want people to immediately understand what it is.
- arpitbbhayani 2y agoI changed that :) now the value proposition is right at the top.
- dagss 2y agoStill not clear to me what it is. Only the features it has, without knowing what it is. Like, imagine a page that only said "SuperTransport -- 0 to 100 in 5 seconds", but it is not clear for the reader if it is a car or a horse or a plane or a parcel service... ... and the reader has to go and guess "hmm, guess due to the acceleration it is probably a car or a motorbike -- wonder of it is for sale or for rent?". Just put "fast on premise key/value database" in the big font that was there -- if that is what it is. That is purely a guess from me, no idea if that is what it is.
- wesselbindt 2y agoWhen I ctrl+F the landing page for key and value, I find nothing. Reading it in full, I also come up empty handed. Which part of the landing page implies it's a key value store?
- jstummbillig 2y agoThey did not say anything about key/value in their message.
- wesselbindt 2y agoYou are absolutely right, my bad.
- bdcravens 2y agoThis is a common enough pattern that it should have a name, where the submitted link isn't clear, but a single comment on HN is.
- edoceo 2y agoThe Cravens Conjecture
- ofrzeta 2y agoSo like RethinkDB? https://rethinkdb.com/ https://rethinkdb.com/
- dkh 2y agoNot a month goes by where I don’t remember it at least once and realize that I still miss it. This seems more like Redis though
- ofrzeta 2y agoWhy don't you run the open source version?
- NetOpWibby 2y agoI did for about a year and the issue is that ORMs have issues and maintainers don't feel the need to make changes.
- Aeolun 2y agoIt kinda surprising it was never really continued, but performance was just too bad even if the interface was fantastic.
- deleted 2y ago[deleted]
- nebulous1 2y agoWould "key-value" not have a place in the description? This application may be very capable, but I agree with the person saying that its use-case isn't clear on the home page, you have to go deeper into the docs. "Smarter than a database" also seems kind of debatable.
- aloknnikhil 2y agoIn the list of things that DiceDB is at the top, you should add "an in-memory database". Pretty critical thing to leave out right at the top.
- pcthrowaway 2y agoin-memory key-value store seems much more accurate