Most active commenters
  • benatkin(3)

←back to thread

82 points lsferreira42 | 16 comments | | HN request time: 0.2s | source | bottom
1. untech ◴[] No.42202229[source]
I thought people stopped using Redis and moved on to a fork because of licensing issues. Is this true?
replies(4): >>42202334 #>>42202507 #>>42202663 #>>42203038 #
2. miningape ◴[] No.42202334[source]
No, like yes they pissed a lot of people off and some people did migrate. But a large majority of "enterprise" customers didn't, it's just too much effort for a service you are paying for anyway.
replies(2): >>42202420 #>>42202484 #
3. benatkin ◴[] No.42202420[source]
I dunno, MongoDB is as if it's gone, due to a license change in 2018. So asking if redis should be thought of the same as MongoDB is a legitimate question.

I just gave valkey-container its 100th star https://github.com/valkey-io/valkey-container

replies(1): >>42202938 #
4. tuananh ◴[] No.42202484[source]
valkey is still dropin compatible now so migration is pretty easy.

plus aws elasticache give you like 30% price cut when you switch to valkey powered engine ; which make it a pretty good incentive.

5. silverwind ◴[] No.42202507[source]
Only AWS did, and their fork is already lacking several important new features like HEXPIRE.
replies(2): >>42202598 #>>42207384 #
6. slig ◴[] No.42202598[source]
>`HEXPIRE`

Finally. Hope they implement this soon at Valkey.

replies(1): >>42207357 #
7. davidgl ◴[] No.42202663[source]
We've switched to https://github.com/microsoft/Garnet and been very happy
8. jeremycarter ◴[] No.42202938{3}[source]
"As if it's gone"? Is this a joke?
replies(2): >>42203136 #>>42205545 #
9. Manfred ◴[] No.42203038[source]
We used Redis in a project where we also manage hosting on a semi-public cloud infrastructure and I had troubled figuring out if license change applied to our situation. We didn't want to pay a lawyer to figure this out, so we switched to Valkey.
10. cowsandmilk ◴[] No.42203136{4}[source]
Mongodb is gone; everyone stopped using it. The publicly traded company behind it with thousands of employees and over a billion in revenue is a figment of your imagination.
replies(1): >>42205575 #
11. benatkin ◴[] No.42205545{4}[source]
It's sort of as if it's gone. TFA is about what I no longer recognize as what I used to mean when I talked about redis. Since the license change the project with the trademark no longer fits that concept. Valkey does. I'm not sure where I ca find something that fit my old context of MongoDB.
12. benatkin ◴[] No.42205575{5}[source]
It's kind of like how Java still exists but doesn't commonly run in browsers in the form of a Java Applet. It exists behind the scenes and I'm sure many who used to use it now use it indirectly.
13. reconditerose ◴[] No.42207357{3}[source]
We're working on it, you can follow the progress here: https://github.com/valkey-io/valkey/issues/640.
replies(2): >>42212169 #>>42213715 #
14. reconditerose ◴[] No.42207384[source]
There is a lot of adoption of Valkey. I know it's fun to hate on AWS, but there is a wider shift than just them.

https://cloud.google.com/blog/products/databases/announcing-... https://upcloud.com/blog/now-supporting-valkey https://aiven.io/blog/introducing-aiven-for-valkey https://www.instaclustr.com/blog/valkey-now-available/ https://elest.io/open-source/valkey

15. slig ◴[] No.42212169{4}[source]
Great, thank you so much!
16. OPoncz ◴[] No.42213715{4}[source]
Its available on Dragonfly https://github.com/dragonflydb/dragonfly

Here is the docs https://www.dragonflydb.io/docs/command-reference/hashes/hex...