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

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public byte[][] ZRANGEByte(
	string key,
	int start,
	int stop,
	bool withscores
)

Parameters

key
Type: SystemString

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

start
Type: SystemInt32

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

stop
Type: SystemInt32

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

withscores
Type: SystemBoolean
是否返回分值

Return Value

Type: Byte

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

See Also