Click or drag to resize
RedisClientGet Method (String)
获取字符串结果

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public string Get(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisClient.Get(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.RedisClient.Get(System.String)"]

Implements

ICacheGet(String)
See Also