mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
7.3 KiB
7.3 KiB
RedisUpdateRequest
Example Usage
import { RedisUpdateRequest } from "dokploy/models/operations";
let value: RedisUpdateRequest = {
redisId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
redisId |
string | ✔️ | N/A |
name |
string | ➖ | N/A |
appName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
databasePassword |
string | ➖ | N/A |
dockerImage |
string | ➖ | N/A |
command |
string | ➖ | N/A |
env |
string | ➖ | N/A |
memoryReservation |
number | ➖ | N/A |
memoryLimit |
number | ➖ | N/A |
cpuReservation |
number | ➖ | N/A |
cpuLimit |
number | ➖ | N/A |
externalPort |
number | ➖ | N/A |
createdAt |
string | ➖ | N/A |
applicationStatus |
operations.RedisUpdateApplicationStatus | ➖ | N/A |
projectId |
string | ➖ | N/A |