When they say "Redis compatible" I wonder if this include Redis keyspace notifications, Redis Pub/Sub and server assisted client side caching.<p>Those are the only reason I am using Redis because not other database easily let you subscribe to notification on change to a specific set of keys.
I'd much rather use OSS like Aerospike or ScyllaDB for this workload and still retain some agency over my deployment.<p>Getting a system like this right is super hard, and not being OSS, you are at the mercy of the cloud provider to fix issues.<p>Aerospike recently released their own Redis protocol proxy for Redis [1]. Scylla has their own nascent Redis api driver [2], would love to get folks feedback on it.<p>[1] <a href="https://github.com/aerospike/skyhook" rel="nofollow">https://github.com/aerospike/skyhook</a><p>[2] <a href="https://siddharthc.medium.com/redis-on-nvme-with-scylladb-5e12afd38dbc" rel="nofollow">https://siddharthc.medium.com/redis-on-nvme-with-scylladb-5e...</a>