Is there any helpful method to cache data (key-value pair) and share within the function instances? For example, I'm using the 3rd party access token which expires in an hour. I would like to reuse them in function code. I know, I can use Database for this use case, but this will be over-engineering for a simple data caching
Data caching in function
Recommended threads
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...