RedisClientGetSet Method (String, String) |
获取并设置一个新值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public string GetSet(
string key,
string value
)
Public Function GetSet (
key As String,
value As String
) As String
public:
String^ GetSet(
String^ key,
String^ value
)
member GetSet :
key : string *
value : string -> string
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisClient.GetSet(System.String,System.String)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Adf.RedisClient.GetSet(System.String,System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.RedisClient.GetSet(System.String,System.String)"]
See Also