Click or drag to resize
RedisSortedSetsZRANGEBYSCOREByte Method (String, Double, Double, Boolean, Int32, Int32)
返回给定的分值范围元素列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public byte[][] ZRANGEBYSCOREByte(
	string key,
	double min,
	double max,
	bool withscores,
	int offset,
	int count
)

Parameters

key
Type: SystemString

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

min
Type: SystemDouble

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

max
Type: SystemDouble

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

withscores
Type: SystemBoolean
是否返回分值
offset
Type: SystemInt32
取出偏移量,需设置count有效
count
Type: SystemInt32
设置数量则offset有产效

Return Value

Type: Byte

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

See Also