You have now the ability to use our persistent storage, shared between Spells and executions.
It’s a key / value database working like a Redis database with keywords `set`, `get` and `delete` and shared between all your Spells.
This storage is great for many use-cases:
Track the execution state inside a Spell, for example check the last execution time or synchronize a state
Share identifiers or variables applicable between multiples Spells
The size is limited to 16 Mb and is not purpose to store large files: we recommend you to use specific storage like AWS S3, Dropbox, G Drive, etc... for these kinds of usage.
Test it 🪄 https://dashboard.meta-api.io/signup