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
Please refer this document to set compatible mode.
Fury compatible Mode supports deserialize classes with inconsistent schema. i.e. you can update entity class like adding/deleting fields, and fury can still succeed in deserializing data .
chaokunyang
changed the title
关于更新系统版本等操作
How to upgrade system after updated entity classes
Jan 20, 2025
Search before asking
Version
对象缓存到 redis 了,然后我新增了一个字段,就没办法反序列化了
Component(s)
Java
Minimal reproduce step
如果系统修改了实体类,更新系统的时候,就需要统一删除缓存
What did you expect to see?
确实是个大问题,代表着只能停机更新系统,然后清除缓存
What did you see instead?
如果是大项目的话,显然不能这样做
Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: