RPOP [count] */
| 508 | |
| 509 | /* RPOP <key> [count] */ |
| 510 | void rpopCommand(client *c) { |
| 511 | popGenericCommand(c,LIST_TAIL); |
| 512 | } |
| 513 | |
| 514 | /* LRANGE <key> <start> <stop> */ |
| 515 | void lrangeCommand(client *c) { |
nothing calls this directly
no test coverage detected