You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
版本 2.0.9-SNAPSHOT
Redis序列化方式:GenericFastJsonRedisSerializer
问题:
Could not deserialize: offset 1, character S, line 1, column 2, fastjson-version 2.0.9 Set["1541357098843803649"]; nested exception is com.alibaba.fastjson2.JSONException: offset 1, character S, line 1, column 2, fastjson-version 2.0.9 Set["1541357098843803649"]
操作:
set ids = new HashSet<>();
redisTemplate.opsForValue().set(key, ids);
redisTemplate.opsForValue().get(key);
The text was updated successfully, but these errors were encountered:
版本 2.0.9-SNAPSHOT
Redis序列化方式:GenericFastJsonRedisSerializer
问题:
Could not deserialize: offset 1, character S, line 1, column 2, fastjson-version 2.0.9 Set["1541357098843803649"]; nested exception is com.alibaba.fastjson2.JSONException: offset 1, character S, line 1, column 2, fastjson-version 2.0.9 Set["1541357098843803649"]
操作:
set ids = new HashSet<>();
redisTemplate.opsForValue().set(key, ids);
redisTemplate.opsForValue().get(key);
The text was updated successfully, but these errors were encountered: