Unrecognized token : was expecting (‘true‘, ‘false‘ or ‘null‘)

1、问题:

        springboot 整合 redis 获取redis值报错。

2、原因:

        redis 通过客户端直接创建的 key value :

        eg:set name name

        因为value 不是string 类型 所以报错。

        下面情况不会报错

        eg:set name 1

2021-12-23 10:52:02.358 ERROR 18812 --- [io-8080-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.redis.serializer.SerializationException: Could not read JSON: Unrecognized token 'caoxiheng': was expecting ('true', 'false' or 'null')
 at [Source: [B@3fbce49; line: 1, column: 19]; nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'caoxiheng': was expecting ('true', 'false' or 'null')
 at [Source: [B@3fbce49; line: 1, column: 19]] with root cause

com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'caoxiheng': was expecting ('true', 'false' or 'null')
 at [Source: [B@3fbce49; line: 1, column: 19]
	at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1702) ~[jackson-core-2.8.11.jar:2.8.11]

3、解决方案:

        1、springboot redis 保存,redis 取

        2、客户端使用:

                set name '"name"'

                这样创建就指定了string类型。不会报错了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值