RedisClientRemove Method (String) |
删除一批键
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public int Remove(
params string[] args
)
Public Function Remove (
ParamArray args As String()
) As Integer
public:
int Remove(
... array<String^>^ args
)
member Remove :
args : string[] -> int
Parameters
- args
- Type: SystemString
[Missing <param name="args"/> documentation for "M:Adf.RedisClient.Remove(System.String[])"]
Return Value
Type:
Int32返回删除的个数
See Also