RedisClient Constructor (String) |
初始化实例
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public RedisClient(
string host
)
Public Sub New (
host As String
)
public:
RedisClient(
String^ host
)
new :
host : string -> RedisClient
Parameters
- host
- Type: SystemString
[Missing <param name="host"/> documentation for "M:Adf.RedisClient.#ctor(System.String)"]
See Also