Update Jedis.java
edit the rpop note (just makei it Specific
This commit is contained in:
@@ -1116,8 +1116,8 @@ public class Jedis extends BinaryJedis implements JedisCommands,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Atomically return and remove the first (LPOP) or last (RPOP) element of
|
* Atomically return and remove the first (LPOP) or last (RPOP) element of
|
||||||
* the list. For example if the list contains the elements "a","b","c" LPOP
|
* the list. For example if the list contains the elements "a","b","c" RPOP
|
||||||
* will return "a" and the list will become "b","c".
|
* will return "c" and the list will become "a","b".
|
||||||
* <p>
|
* <p>
|
||||||
* If the key does not exist or the list is already empty the special value
|
* If the key does not exist or the list is already empty the special value
|
||||||
* 'nil' is returned.
|
* 'nil' is returned.
|
||||||
|
|||||||
Reference in New Issue
Block a user