Class RedisSettings.RedisEndpoint
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents a Redis server endpoint, typically used to encapsulate connection details such as host, port, and credentials required to connect to a Redis instance.
public class RedisSettings.RedisEndpoint
- Inheritance
-
RedisSettings.RedisEndpoint
- Inherited Members
- Extension Methods
Properties
Host
public string Host { get; set; }
Property Value
Port
public int Port { get; set; }