MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / rpopCommand

Function rpopCommand

src/t_list.cpp: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