Follow this topic to get notifications about DSave+
Updated to 1.5.0, if you’re using it, please update it.
Update:
-
Session-locking improved, by detecting if there’s other servers are saving to the same key!
-
No longer using newproxy() on profile data and profile stores anymore, I was dumb I thought tables got cloned
-
Better saving by cloning the data before saving; Critical!
-
Optimization; yay!
-
Bug fixes
-
New profile function,
:CopyData()
will get you a deep COPY of the data stored. Changing anything on the copy won’t replicate to the profile data. It is used internally for saving data. You can set profile.Data now too.