Redis Stack
21–30 of 71 posts
Re: Redis Stack
#22What a crazy mess of services, so sad to see. redis was such a beautiful, elegant and pragmatic code base that was extremely effective at what it does. It looks like they are trying their hardest to make it more enterprisy to squeeze every last cent out.
If so, what's your objection? To me this amounts to more or less just expanding the Redis ecosystem, which feels like a win-win.
Re: Redis Stack
#23You can really build pretty much anything on top of a K-V store, but I would hate to be vendor-locked into Redis ecosystem.
Migraring data is no fun, but much more straightforward than rewriting a good part of your code when you decide to switch database.
Re: Redis Stack
#24It would be great if ElastCache supports this
Re: Redis Stack
#25Having said this, it really gives me the sensation that Redis is trying to solve too many use cases, turning into some sort of Swiss knife.
The reality of Swiss knives is that they don't excel in anything of the things they do.
Re: Redis Stack
#26True, you can always run vanilla Redis. Having said this, it really gives me the sensation that Redis is trying to solve too many use cases, turning into some sort of Swiss knife. The reality of Swiss knives is that they don't excel in anything of the things they do.
Re: Redis Stack
#27The first link on the page: Getting started gives 404, page not found. Hopefully the doesn't happen with the product itself.
Re: Redis Stack
#28Re: Redis Stack
#29"Wow this has a lot of features" vs "wow what are all these extra things I need to sift through to figure out what I need", no?
Re: Redis Stack
#30What a crazy mess of services, so sad to see. redis was such a beautiful, elegant and pragmatic code base that was extremely effective at what it does. It looks like they are trying their hardest to make it more enterprisy to squeeze every last cent out.
Isn't this just a collection of addons/plugins on top of the "actual Redis"? If so, what's your objection? To me this amounts to more or less just expanding the Redis ecosystem, which feels like a win-win.