Skip to content

Commit 29eca3f

Browse files
author
Giacomo Ritucci
committed
README: fix rPop
1 parent 8ebb811 commit 29eca3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ $redis->lPop('key1'); /* key1 => [ 'B', 'C' ] */
529529

530530
## rPop
531531
##### *Description*
532-
Returns and removes the first element of the list.
532+
Returns and removes the last element of the list.
533533
##### *Parameters*
534534
*key*
535535
##### *Return value*

0 commit comments

Comments
 (0)