Relative Content

Tag Archive for cachingredisredisson

Exception while updating expiration time in redis using redisson

We are using redis with redisson as a cache database. we want to update expiration time for all fields in a cache, using following code to do so, but getting exception. I think the problem is data deserialisation is failing while loading the data from redis, but we are using same codec to write and read the data. Exception details can be found below