Store objects in Redis using Jedis Client in Java

0

I'm trying to cache using Jedis, but I wanted to store objects instead of String because I'll get more than 10,000 items every time and I do not know if it would be good to decode the serialized String in more than 10,000 objects. Is there a way to store objects or another client that will allow this?

    
asked by anonymous 02.11.2018 / 15:02

0 answers