Redis vs Hazelcast as session store

1k Views Asked by At

I was searching about solutions for clustering web sessions. I'm considering one of the following two approaches: one is with redis and the second one is with hazelcast.

Has anyone used in production any of the mentioned technologies, and with what results? I have also fallen into this: Hazelcast's Web session clustering. Is there any of the two solutions proven to be problematic? And in what way

Thank you for your time

Thomas

1

There are 1 best solutions below

1
On

I'm from Hazelcast.

We have customers using the Hazelcast session replication without problems.

I don't have any experience with Redis and session clustering.