Best caching product? (Hazelcast, etc)

Google / Other
snidely

Go to company page Google Other

BIO
Flagged by the community
snidely
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

Want to comment? LOG IN or SIGN UP
TOP 5 Comments
  • Google
    got_pot?

    Go to company page Google

    got_pot?
    Hard to give a generic answer without your specific use case. But for general purpose key/value caching, Redis works great.
    Feb 23, 2019 0
  • Cisco
    bitset

    Go to company page Cisco

    bitset
    Memcache
    Feb 23, 2019 0
  • Ignite and Geode aren’t caching product. They are grid computing solutions.

    Redis is probably the Crown Jewels of caching.
    Feb 24, 2019 0
  • De/Serializing is your responsibility not that of the cache, any time spent trying to decipher your format is time wasted for a cache.

    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)
    Feb 23, 2019 0
  • Google / Eng
    imnotme69

    Go to company page Google Eng

    imnotme69
    Hazelcast, only because I have a friend there who sings high praises πŸ˜‚
    Feb 23, 2019 0