MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rpopCommand

Function rpopCommand

app/redis-6.2.6/src/t_list.c:510–512  ·  view source on GitHub ↗

RPOP [count] */

Source from the content-addressed store, hash-verified

508
509/* RPOP <key> [count] */
510void rpopCommand(client *c) {
511 popGenericCommand(c,LIST_TAIL);
512}
513
514/* LRANGE <key> <start> <stop> */
515void lrangeCommand(client *c) {

Callers

nothing calls this directly

Calls 1

popGenericCommandFunction · 0.85

Tested by

no test coverage detected