Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Pineau <lyrixx@lyrixx.info>2020-09-09 18:09:30 +0300
committerGitHub <noreply@github.com>2020-09-09 18:09:30 +0300
commit398c99d9851b267d9aaaa42c097c5fe54d507a6e (patch)
tree5fe883abd9a41cecc91b3f4528e156e510da5ef7 /README.markdown
parent7e8c3eb9f82c4f1413c2f33ffd941feb33eb6c2a (diff)
Fixed Documentation of Redis::zScore (#1844)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 296cf96c..79d85738 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3121,7 +3121,7 @@ _**Description**_: Returns the score of a given member in the specified sorted s
*member*
##### *Return value*
-*Double*
+*Double* or *FALSE* when the value is not found
##### *Example*
~~~php