Table of Contents

Class RedisServiceInfo

Namespace
Steeltoe.Connector.Services
Assembly
Steeltoe.Connector.Abstractions.dll
public class RedisServiceInfo : UriServiceInfo, IServiceInfo
Inheritance
RedisServiceInfo
Implements
Inherited Members

Constructors

RedisServiceInfo(string, string)

public RedisServiceInfo(string id, string uri)

Parameters

id string
uri string

RedisServiceInfo(string, string, string, int, string)

public RedisServiceInfo(string id, string scheme, string host, int port, string password)

Parameters

id string
scheme string
host string
port int
password string

Fields

REDIS_SCHEME

public const string REDIS_SCHEME = "redis"

Field Value

string

REDIS_SECURE_SCHEME

public const string REDIS_SECURE_SCHEME = "rediss"

Field Value

string