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:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index cf96ceaa..5ed2b014 100644
--- a/README.markdown
+++ b/README.markdown
@@ -951,10 +951,10 @@ Returns the type of data pointed by a given key.
##### *Return value*
Depending on the type of the data pointed by the key, this method will return the following value:
-* string: Redis::REDIS_STRING
-* set: Redis::REDIS_SET
-* list: Redis::REDIS_LIST
-* other: Redis::REDIS_NOT_FOUND
+string: Redis::REDIS_STRING
+set: Redis::REDIS_SET
+list: Redis::REDIS_LIST
+other: Redis::REDIS_NOT_FOUND
##### *Example*
<pre>