sunnylqm / react-native-storage

local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
MIT License
3.02k stars 268 forks source link

存储的json长度限制问题 #190

Closed qingjiaowochengzd closed 6 years ago

qingjiaowochengzd commented 6 years ago

像这样的数据去存一两千条,会出现数据丢失吗? storage.save({ key: 'CheckInfo', data:{CheckInfo: newCheckInfo}, expires: null});

[{"checkTaskFid":"40299918321000001","checkTaskItemName":"标准商品200","checkTaskItemUseUnit":"箱","checkTaskItemCategoryCode":"01","storehouseName":"收货仓","checkTaskItemUseQty":"1"}]

sunnylqm commented 6 years ago

https://github.com/sunnylqm/react-native-storage/issues/111