Click or drag to resize
RedisClientRemove Method (String)
删除一批键

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public int Remove(
	params string[] args
)

Parameters

args
Type: SystemString

[Missing <param name="args"/> documentation for "M:Adf.RedisClient.Remove(System.String[])"]

Return Value

Type: Int32
返回删除的个数
See Also