Click or drag to resize
RedisListsLRange Method
获取列表中指定位置元素

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public string[] LRange(
	string key,
	int start,
	int end
)

Parameters

key
Type: SystemString

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

start
Type: SystemInt32

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

end
Type: SystemInt32

[Missing <param name="end"/> documentation for "M:Adf.RedisLists.LRange(System.String,System.Int32,System.Int32)"]

Return Value

Type: String

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

See Also