Create a Redis Database (Global)
This endpoint creates a new Redis database.
Request Parameters
Name of the database
Region of the database. Only valid option is global
.
Primary Region of the Global Database.
Available regions: us-east-1
, us-west-1
, us-west-2
, eu-west-1
,
eu-central-1
, ap-southeast-1
, ap-southeast-2
, sa-east-1
Array of Read Regions of the Database.
Available regions: us-east-1
, us-west-1
, us-west-2
, eu-west-1
,
eu-central-1
, ap-southeast-1
, ap-southeast-2
, ap-northeast-1
, sa-east-1
Response Parameters
ID of the created database
Name of the database
Type of the database in terms of pricing model(Free, Pay as You Go or Enterprise)
The region where database is hosted
Database port for clients to connect
Creation time of the database as Unix time
State of database (active or deleted)
Password of the database
Email or team id of the owner of the database
Endpoint URL of the database
TLS is always enabled for new databases
Was this page helpful?