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