redis key值含有\xac\xed\x00\x05t\x00\x1b

时间:2021-08-09 22:48:07

今天碰到\xac\xed\x00\x05t\x00\x1b含有这个的问题 每一个都带,网上办法注入序列化那个,需要手动注入,没必要。用redisTemplate
的实现类就好了 官方已经实现

<bean id="redisTemplate" 
class="org.springframework.data.redis.core.StringRedisTemplate">
        <property name="connectionFactory" ref="connectionFactory" />
</bean>