mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
556 B
556 B
RedisReloadRequest
Example Usage
import { RedisReloadRequest } from "dokploy/models/operations";
let value: RedisReloadRequest = {
redisId: "<id>",
appName: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
redisId |
string | ✔️ | N/A |
appName |
string | ✔️ | N/A |