Best caching product? (Hazelcast, etc)
Feb 23, 2019
5 Comments
Anyone have an opinion on the best distributed caching product currently? Hazelcast, Apache Ingite, Apache geode, Oracle coherence, Infinispan, etc?
Looking for something that will deserialize objects back to the clients native format using the typical APIs (Java, .Net, python, etc)
comments
Redis is probably the Crown Jewels of caching.
Redis, memcached are good, just find a service that takes care of the distribution like Azure or AWS.
Hazlecast is also good and they handle everything already (and of course charge just as much)