I've tested many open-source key-value stores, but Infinispan was completely new to me.
Sure, it's Java (not everything is perfect 😜), but it supports the RESP3 Redis protocol and can run in a master-master cluster
🔗 https://infinispan.org/
🔗 https://infinispan.org/docs/stable/titles/resp/resp-endpoint.html#enabling-resp-endpoint_resp-endpoint
#kvstore #kv #redis #opensource #store
Thanks to @SaschaRommelfangen for this discovery.