redis vs hazelcast [closed]
Redis Vs Hazelcast If my app: Have a lot of http requests (6,000 per minute, I collect clicks info) that needs to be saved Have a lot of http requests that query the data previously saved. My Questions are - Which one between Redis and Hazelcast should I chose to store and query data - which one is faster for reads and writes? - which one is more reliable? - Might Cassandra be a better option? Answering any of the questions helps We switched from redis to hazelcast for our caching needs. Protostuff + Hazelcast is much faster for us than Protostuff + Jedis (pooled) + Redis We use protostuff to