Click or drag to resize
RedisClientGetKeys Method (String)
获取匹配的键列表

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

Parameters

pattern
Type: SystemString
匹配规则

Return Value

Type: String

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

See Also