Create new storage
Create a new target storage connection to Redis.
For information about the required fields and prerequisites, see Redis database in the Label Studio documentation.
After you add the storage, you should validate the connection before attempting to sync your data. Your data will not be exported until you sync your connection.
Headers
Authorization
Header authentication of the form Token <token>
Request
This endpoint expects an object.
db
Database ID of database to use
can_delete_objects
Deletion from storage enabled.
title
Storage title
description
Storage description
project
Project ID
path
Storage prefix (optional)
host
Server Host IP (optional)
port
Server Port (optional)
password
Server Password (optional)
Response
db
Database ID of database to use
can_delete_objects
Deletion from storage enabled.
title
Storage title
description
Storage description
project
Project ID
path
Storage prefix (optional)
host
Server Host IP (optional)
port
Server Port (optional)
password
Server Password (optional)