# RedisStartRequest ## Example Usage ```typescript import { RedisStartRequest } from "dokploy/models/operations"; let value: RedisStartRequest = { redisId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `redisId` | *string* | :heavy_check_mark: | N/A |