I am able to store my message using the following command and spring seems to be setting the Key:
org.springframework.data.redis.core.RedisTemplate.boundListOps("myid").rightPush(mymessage);
Is there any way I can generate the Key and pass it while adding the "message" ?