this post was submitted on 21 Mar 2024
304 points (93.4% liked)
Programming
17312 readers
313 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 !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Great timing that Microsoft just released a drop-in replacement that's in order of magnitude faster: https://github.com/microsoft/garnet
Written in C# too, so it's incredibly easy to extend and write performant functions for.
It needs to be a bit more deployable though but they only just opened the repo, so I'll wait.
Can it do everything that redis can?
Not everything. There's a list of currently supported and unsupported apis on the docs. Streams aren't supported at all, for example.
The repo description says it works with existing Redis clients, so probably.
That's one of the selling points, yep