Click or drag to resize
RedisClientGetKeys Method (String)
获取键的字符串值列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public string[] GetKeys(
	params string[] keys
)

Parameters

keys
Type: SystemString

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

Return Value

Type: String

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

See Also