Skip to content

Commit

Permalink
README: fix rPop
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Ritucci committed Mar 6, 2012
1 parent 8ebb811 commit 29eca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -529,7 +529,7 @@ $redis->lPop('key1'); /* key1 => [ 'B', 'C' ] */

## rPop
##### *Description*
Returns and removes the first element of the list.
Returns and removes the last element of the list.
##### *Parameters*
*key*
##### *Return value*
Expand Down

0 comments on commit 29eca3f

Please sign in to comment.