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