Class RedisServiceInfo
Inheritance
System.Object
RedisServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class RedisServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
RedisServiceInfo(String, String)
Declaration
public RedisServiceInfo(string id, string uri)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
uri |
|
|
Edit this page
View Source
RedisServiceInfo(String, String, String, Int32, String)
Declaration
public RedisServiceInfo(string id, string scheme, string host, int port, string password)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
scheme |
|
System.String |
host |
|
System.Int32 |
port |
|
System.String |
password |
|
Fields
|
Edit this page
View Source
REDIS_SCHEME
Declaration
public const string REDIS_SCHEME = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
REDIS_SECURE_SCHEME
Declaration
public const string REDIS_SECURE_SCHEME = null
Field Value
Type |
Description |
System.String |
|
Implements