Click or drag to resize
RedisSortedSetsZCARD Method (String, Double, Double)
返回给定范围间的元素数

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public int ZCARD(
	string key,
	double min,
	double max
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisSortedSets.ZCARD(System.String,System.Double,System.Double)"]

min
Type: SystemDouble

[Missing <param name="min"/> documentation for "M:Adf.RedisSortedSets.ZCARD(System.String,System.Double,System.Double)"]

max
Type: SystemDouble

[Missing <param name="max"/> documentation for "M:Adf.RedisSortedSets.ZCARD(System.String,System.Double,System.Double)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Adf.RedisSortedSets.ZCARD(System.String,System.Double,System.Double)"]

See Also