mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
1.0 KiB
1.0 KiB
RedisCreateRequest
Example Usage
import { RedisCreateRequest } from "dokploy/models/operations";
let value: RedisCreateRequest = {
name: "<value>",
appName: "<value>",
databasePassword: "<value>",
projectId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
appName |
string | ✔️ | N/A |
databasePassword |
string | ✔️ | N/A |
dockerImage |
string | ➖ | N/A |
projectId |
string | ✔️ | N/A |
description |
string | ➖ | N/A |
serverId |
string | ➖ | N/A |