Click or drag to resize
RedisHashesHMGET Method
获取元素的键项列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public string[] HMGET(
	string key,
	params string[] fields
)

Parameters

key
Type: SystemString

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

fields
Type: SystemString

[Missing <param name="fields"/> documentation for "M:Adf.RedisHashes.HMGET(System.String,System.String[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.RedisHashes.HMGET(System.String,System.String[])"]

See Also