RedisHashesHGETALL Method |
获取一个项
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public Dictionary<string, string> HGETALL(
string key
)
Public Function HGETALL (
key As String
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ HGETALL(
String^ key
)
member HGETALL :
key : string -> Dictionary<string, string>
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisHashes.HGETALL(System.String)"]
Return Value
Type:
DictionaryString,
String[Missing <returns> documentation for "M:Adf.RedisHashes.HGETALL(System.String)"]
See Also