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:20:09 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 18:20:09 +0300
commit91556e33276713230dd1e108e3fbe809092d5ead (patch)
treeea40daade1128e7c0c500f9756cbfab14c6d131d /README.markdown
parentafa81c1fed7c2813e3c9f35cd82578f35bfd8653 (diff)
Markdown fix.
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 8b3545a4..898bc8d8 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>