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:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2011-04-06 16:34:43 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2011-04-06 16:34:43 +0400
commit35e6bc7bdb554b7ba87b806e1ed3f8c50246041a (patch)
tree0683ea1ce87b9a52ac6d362d0520b46f742ee1cd
parentfbdf65c75c8bf1c59d67db6d84d20d41ec673f5a (diff)
OBJECT command documentation.2.1.2
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index a2a9f012..67dd01fb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1334,7 +1334,8 @@ $redis->slaveof();
Describes the object pointed to by a key.
##### *Parameters*
-The information to retrieve (string) and the key (string). Info can be one of the following:
+The information to retrieve (string) and the key (string). Info can be one of the following:
+
* "encoding"
* "refcount"
* "idletime"