Class RedisServiceInfo
public class RedisServiceInfo : UriServiceInfo, IServiceInfo
- Inheritance
-
RedisServiceInfo
- Implements
- Inherited Members
Constructors
RedisServiceInfo(string, string)
public RedisServiceInfo(string id, string uri)
Parameters
RedisServiceInfo(string, string, string, int, string)
public RedisServiceInfo(string id, string scheme, string host, int port, string password)
Parameters
Fields
REDIS_SCHEME
public const string REDIS_SCHEME = "redis"
Field Value
REDIS_SECURE_SCHEME
public const string REDIS_SECURE_SCHEME = "rediss"