I am using redisson-tomcat-9-3.47.0.jar to manage tomcat session externally in Redis db. I have 3 tomcat nodes. I implemented with the yaml file and configuring context.xml in all three nodes, that ...
I am trying to integrate redisson with tomcat(8.5.96) I am using Kryo5Codec as it is recommended and it can serialise the non serializable classes as well. This is the configuration I am using public ...