mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
17 lines
448 B
Markdown
17 lines
448 B
Markdown
# RedisRemoveRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { RedisRemoveRequest } from "dokploy/models/operations";
|
|
|
|
let value: RedisRemoveRequest = {
|
|
redisId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `redisId` | *string* | :heavy_check_mark: | N/A | |