My application requires a multivaluemap to store in redis cache with a key having 2 different objects saying object1 and object2. Map can return all the values or a single value based on type parameter as in get(key, type).Couldn't find such feature in either reddison or jedis. Is there any other library providing this data structure or I would have to implement my own?
↧