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

Function lpopCommand

src/t_list.cpp:505–507  ·  view source on GitHub ↗

LPOP [count] */

Source from the content-addressed store, hash-verified

503
504/* LPOP <key> [count] */
505void lpopCommand(client *c) {
506 popGenericCommand(c,LIST_HEAD);
507}
508
509/* RPOP <key> [count] */
510void rpopCommand(client *c) {

Callers

nothing calls this directly

Calls 1

popGenericCommandFunction · 0.85

Tested by

no test coverage detected