twest Redis is changing license terms, soon it's going to require a paid license if you're using it in a commercial capacity (giving it to customers as part of your hosting, etc). Welp, so long Redis, we hardly knew ye! https://www.cyberkendra.com/2024/03/redis-shifts-to-dual-licensing.html
SharedGrid Ah, that's a shame. There are other alternatives available, but hopefully another group decides to fork the current codebase and keep it open - something to keep an eye on.
Adam We'll be adding official support for alternative object caches soon. For now it's fine to keep using Redis; the new licence will only affect subsequent releases.
charlesalmeida Interesting to implement Object cache With Memcached, WordPress VIP oficial uses it in environment.
prasad0889 Yes, Memcached will be good. LiteSpeed even has LiteSpeed Memcached: https://www.litespeedtech.com/open-source/litespeed-memcached
xyzulu prasad0889 I've come across this a few times but never got to the point of testing it. I'm not sure which object cache @Adam was referring to above. I don't see anything specific on the roadmap.
WebInfra I'm sure forks are already being worked on. This one seem to have quite a bit of traction: https://github.com/placeholderkv/placeholderkv
WebInfra WebInfra This one seem to have quite a bit of traction: https://github.com/placeholderkv/placeholderkv As an update, the project has been renamed to Valkey and it has the backing of major organizations including the Linux Foundation, AWS, Google and Oracle: https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community Valkey will very likely be the future of Redis as it has the backing of most of the previous contributors to Redis alongside these large players.
DracoBlue It seems to me that KeyDB might be a better solution than Memcached. More information: https://docs.keydb.dev/ I've initiated a topic with a suggestion: https://community.enhance.com/d/1403-keydb-the-faster-redis-alternative
riopardo I recommend reading the article below carefully for more information on the subject. https://redis.com/blog/redis-adopts-dual-source-available-licensing/
bgeek riopardo What have you found from this? The main point I see is, that hosting companies are no longer allowed to use new releases of Redis for free.
larsbnd KEYDB and Dragonfly might be the most potent solution. Memcached might be also fine and is mainly preferred because of SASL in classic shared environments.
AdamM It looks like Valkey is developing very quickly and this will probably be the best alternative. https://valkey.io/blog/update/2024/04/valkey-7-2-5-out/ @Adam do you have a position on this?