# RedisNode ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | Unique Redis node identifier | [optional] [default to undefined] **host** | **string** | Redis host | [optional] [default to undefined] **port** | **number** | Redis port | [optional] [default to undefined] **user** | **string** | Redis username | [optional] [default to undefined] **password** | **string** | Redis password | [optional] [default to undefined] **projects** | [**Array<Project>**](Project.md) | | [optional] [default to undefined] ## Example ```typescript import { RedisNode } from './api'; const instance: RedisNode = { id, host, port, user, password, projects, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)