RedisSortedSetsZAdd Method (String, Double, String) |
添加元素
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public double ZAdd(
string key,
double score,
string member
)
Public Function ZAdd (
key As String,
score As Double,
member As String
) As Double
public:
double ZAdd(
String^ key,
double score,
String^ member
)
member ZAdd :
key : string *
score : float *
member : string -> float
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisSortedSets.ZAdd(System.String,System.Double,System.String)"]
- score
- Type: SystemDouble
[Missing <param name="score"/> documentation for "M:Adf.RedisSortedSets.ZAdd(System.String,System.Double,System.String)"]
- member
- Type: SystemString
[Missing <param name="member"/> documentation for "M:Adf.RedisSortedSets.ZAdd(System.String,System.Double,System.String)"]
Return Value
Type:
Double排序
See Also