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.favre-felix@owlient.eu>2009-11-30 18:21:46 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 18:21:46 +0300
commitd671169b32ca3f304529c033cc27c4f709ff79ba (patch)
treeb3255ce596f64b09355b009576a6d26ac95340e6 /README.markdown
parent13b374089f8bfa64b18c6d9f4a6c57a3250b355f (diff)
Markdown.
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>