I am using RedisTemplate and I'm putting a string as a key. Will there be any advantage using JdkSerializationRedisSerializer for the keySerializer of the redis template, or any disadvantages using StringRedisSerializer for keySerializer, If I'm only using strings for the key?