X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e9f0b930fecb02ef9fa025e78da5b3338b36f03b..b78fd80f1e6c445b8b7d0a3058e4fe4a8cc25062:/doc/ZscoreCommand.html diff --git a/doc/ZscoreCommand.html b/doc/ZscoreCommand.html new file mode 100644 index 00000000..9815f026 --- /dev/null +++ b/doc/ZscoreCommand.html @@ -0,0 +1,41 @@ + + + +
+ + + +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.+
+the score (a double precision floating point number) represented as string. ++ +