DATAREDIS-228 - RedisTemplate.exec() will now deserialize raw results using RT serializers, where applicable. This behavior is disabled if convertPipelineAndTxResults is set to false on the ConnectionFactory - Add new RedisTemplate.exec(RedisSerializer) method that will deserialize all results using the provided serializer.