要给hash 中的每一个键设置过期时间,我们需要分别设置每个键的过期时间。下面是一个示例代码: importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.stereotype.Service;importjava.util.concurrent.TimeUnit;@ServicepublicclassHash...