Click or drag to resize
RedisSortedSetsZREMRANGEBYSCORE Method
删除一个积分范围元素

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

Parameters

key
Type: SystemString

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

min
Type: SystemInt32

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

max
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also