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

Function lpopCommand

app/redis-6.2.6/src/t_list.c: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