The score value can be the string representation of a double precision floating point number.
Time complexity O(log(N)) with N being the number of elements in the sorted set @param key @param score @param member @return Integer reply, specifically: 1 if the new element was added 0 ifthe element was already a member of the sorted set and the score was updated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|