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:
authorYusril Herlian Syah <yusrilhsyah@gmail.com>2018-02-10 20:16:32 +0300
committerMichael Grunder <michael.grunder@gmail.com>2018-02-10 20:47:36 +0300
commit36349da78fe50a5ebc29d39b45502b1de7734eee (patch)
treeed89191c45295f39fe9e469bd7112495e0e6b370 /README.markdown
parent1886140338acd3db1ccd4dff987226b2cd84b07b (diff)
Remove unwanted slash in README.markdown
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 387ca7e5..4006616b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1816,7 +1816,7 @@ $redis->lGet('key1', 0); /* 'A' */
$redis->lGet('key1', -1); /* 'C' */
$redis->lGet('key1', 10); /* `FALSE` */
~~~
-/
+
### lInsert
-----
_**Description**_: Insert value in the list before or after the pivot value.