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
It would be very useful for the server to have global persistent storage for data that you'd need users to be able to read/write to with as little latency as possible.
Describe your preferred solution
Honestly not sure the best way to implement this, only that easily accessing/writing global data (and local data) is the goal. Thinking more along the lines of key/val storage rather than sizable data storage.
Describe any considered alternatives
A self-implemented API would be fine for general data storage but having something built in to the server itself would result in much lower latency which may be critical for some situations, it would also allow for better user/authentication handling as reading/writing would remain internal.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
It would be very useful for the server to have global persistent storage for data that you'd need users to be able to read/write to with as little latency as possible.
Describe your preferred solution
Honestly not sure the best way to implement this, only that easily accessing/writing global data (and local data) is the goal. Thinking more along the lines of key/val storage rather than sizable data storage.
Describe any considered alternatives
A self-implemented API would be fine for general data storage but having something built in to the server itself would result in much lower latency which may be critical for some situations, it would also allow for better user/authentication handling as reading/writing would remain internal.
Additional Context
No response
The text was updated successfully, but these errors were encountered: