Creating Edge Storage
1. In the Gcore Customer Portal, navigate to FastEdge and choose the relevant page: Edge Storage. 2. In the top-right corner of the screen, click Add Edge Storage.

Inserting KV pairs
1. Add a key-value pair.
Click Insert item and select KV Pair.

2. Upload a value from a file.
Click the Upload Icon to add a value from file. This can be text and/or binary files (e.g. images / fonts etc..)
InfoUploading values from file has a 1 MB file size limit. Keys are limited to 256 bytes.Note:
File uploads will transform the value in the UI Portal to a hash representation of its content.
3. Add a value with an expiration date.
Click the Expiry Icon to add a value with an expiration date/time.
InfoThese values will stop being available in the runtime, after the expiration date. They may remain visible in the UI Portal for longer.
Editing KV pairs
1. In the Gcore Customer Portal, navigate to FastEdge and choose the relevant page: Edge Storage. 2. Find the Edge Storage you want to edit and click its name to open it. 3. Find the key-value pair you want to edit, click the three-dot icon next to the key-value, and select edit.
NoteYou can also insert more key-value pairs from this page. Since Edge Storage mimics Redis behavior, duplicate keys overwrite the existing value.
Deleting KV pairs
1. In the Gcore Customer Portal, navigate to FastEdge and choose the relevant page: Edge Storage. 2. Find the Edge Storage you want to edit and click its name to open it. 3. Find the key-value pair you want to delete, click the three-dot icon next to the key-value, and select delete. 4. Confirm you want to delete the key-value pair.Bulk deleting KV pairs
1. In the Gcore Customer Portal, navigate to FastEdge and choose the relevant page: Edge Storage. 2. Find the Edge Storage you want to edit and click its name to open it. 3. Find all the key-value pairs you want to delete, selecting their checkbox in the first column.
Accessing Edge Storage in applications
For more information regarding Edge Storage usage in applications see the JavaScript SDK and the Rust SDKInfoIn order to use Edge Storage in an application it must first be linked to the application. See Managing Application - Edge Storage
BYOD (Bring Your Own Data)
Edge Storage provides the ability to host your own Redis database. To create a store with your own data: 1. In the Gcore Customer Portal, navigate to FastEdge and choose the relevant page: Edge Storage. 2. In the top-right corner of the screen, click Add Edge Storage.

InfoThe redis URL must be in the format: [redis|rediss]://[username:password@]host:port[/database]During the creation of the Edge Storage the server will attempt to connect to this database. Edge Storage creation will fail if a connection cannot be made.