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
{{ message }}
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
Hello, I am now using shared data to store some key-value pairs, but I am worried that unlimited saving of key-value pairs will cause high memory usage.
So is there an option for me to specify the expiration time of the key-value pair, or is there a way to empty the contents of the shared data (I have only found ways to set up shared data and get shared data)
The text was updated successfully, but these errors were encountered:
Currently, this cannot be supported due to the lack of functionality in the low-level specification of Proxy-Wasm. Please follow the thread here proxy-wasm/spec#32
Hello, I am now using shared data to store some key-value pairs, but I am worried that unlimited saving of key-value pairs will cause high memory usage.
So is there an option for me to specify the expiration time of the key-value pair, or is there a way to empty the contents of the shared data (I have only found ways to set up shared data and get shared data)
The text was updated successfully, but these errors were encountered: