Click or drag to resize
RedisSortedSetsZRANGE Method
返回给定的分值范围元素内容列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public SortedList<double, string> ZRANGE(
	string key,
	int start,
	int stop
)

Parameters

key
Type: SystemString

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

start
Type: SystemInt32

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

stop
Type: SystemInt32

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

Return Value

Type: SortedListDouble, String

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

See Also