this post was submitted on 19 Mar 2024
22 points (80.6% liked)

Programming

16971 readers
151 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 29 points 5 months ago (2 children)
[–] [email protected] 12 points 5 months ago

It’s MIT license, so MS lite.

[–] [email protected] 4 points 5 months ago

Not only that redis is really solid, no need for a KV store with garbage collection.

[–] [email protected] 8 points 5 months ago

I consider Redis a perfect piece of software. No need for replacement.

[–] [email protected] 7 points 5 months ago (1 children)

Great. Now we have to choose between source available DB from ok company or open source DB from bad company...

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

I think you are highlighting an important point that are missed by other commenters emphasizing the developer. I prefer GPL over MIT license. But this is a possible fallback if Redis decides to change its licensing (like several others did).

I think these kind of products have strategic significance for MS for their Azure offering. They are probably preparing to offer this there (in addition to and as an alternative to Redis). So, it makes sense for Microsoft to release this with an OSS license (otherwise no one will adopt it).

[–] [email protected] 5 points 5 months ago

It’s nice that this is compatible with Redis clients, and even Redis cluster operations. But I wish they would take this opportunity to make scaling more ergonomic. The Redis cluster mode is a pain to use because certain commands don’t work on a cluster (and developers don’t seem to realize this, leading to implementation issues).

[–] [email protected] 4 points 5 months ago

It is from Microsoft, cool. So next week we have a new remote cache-store solution with a new API use that instead. Just rewite all the projects that use the old one that is not supported any more. We love our developers

[–] [email protected] 4 points 5 months ago

That was fast.