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