I need to cache ArrayList as value for certain keys. For this I am using Lettuce client in Spring. But HashForValues is giveing very slow results while retrieving. I also need to update values frequently. Which redis client is suitable for my purpose?Please suggest best approach to use redis.
↧