</bean> <bean id="redisTemplate" class="org.springframework.data.redis.core.RedisTemplate"> <property name="connectionFactory" ref="redisConnectionFactory" /> <!-- 如果不配置Serializer,那么存储的时候只能使用String --> <property name="keySerializer"> <bean class="org.springframework.data.redis...