I have a requirement to cache the entity object (as JSON String) in order to save database hits.
I want to use AWS Redis as cache server and RedissonClient.
I am new to this caching.. Can you please tell me what is a best approach to cache these java POJO ? as RedissonClient has functionality like bucket, map list etc..
Also let me know what are the other thing one should look for while using AWS REDIS.
Thanks in advance!!