确认一个键是否存在
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Exists(
string key
)
Public Function Exists (
key As String
) As Boolean
public:
bool Exists(
String^ key
)
member Exists :
key : string -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisClient.Exists(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.RedisClient.Exists(System.String)"]
See Also