My redis server does not support EVAL command and got the above error.
I debug into the code ,it seems only hibernate 5.2 is using EVAL but I am using hibernate 4. Why?
Some cloud redis does not support EVAL and EXEC command, is there any way to using hibernate redis on it?
It's not relate hibernate version.
Redisson support lastest Redis version.
if your Redis-Server is old, try hibernate-redis 2.0.x or specify old redisson version.
My redis server does not support EVAL command and got the above error. I debug into the code ,it seems only hibernate 5.2 is using EVAL but I am using hibernate 4. Why? Some cloud redis does not support EVAL and EXEC command, is there any way to using hibernate redis on it?