debop / hibernate-redis

hibernate 2nd level cache privder using redis
Apache License 2.0
358 stars 182 forks source link

ERR unknown command 'EVAL' #82

Open jamie0828 opened 7 years ago

jamie0828 commented 7 years ago

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?

debop commented 7 years ago

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.