X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..df541beae372f40e9ce82a0780171e7d7a8e67de:/doc/ZscoreCommand.html diff --git a/doc/ZscoreCommand.html b/doc/ZscoreCommand.html index b06c7e55..9815f026 100644 --- a/doc/ZscoreCommand.html +++ b/doc/ZscoreCommand.html @@ -16,7 +16,7 @@
-ZscoreCommand: Contents
  ZSCORE _key_ _element_ (Redis >
    Return value
    See also +ZscoreCommand: Contents
  ZSCORE _key_ _element_ (Redis >
    Return value

ZscoreCommand

@@ -26,12 +26,12 @@
-

ZSCORE _key_ _element_ (Redis >

1.1) = + #sidebar SortedSetCommandsSidebar

ZSCORE _key_ _element_ (Redis >

1.1) = Time complexity O(1)
Return the score of the specified element of the sorted set at key.If the specified element does not exist in the sorted set, or the keydoes not exist at all, a special 'nil' value is returned.

Return value

Bulk reply
 the score (a double precision floating point number) represented as string.
-

See also

- + +