Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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] */
505
void lpopCommand(client *c) {
506
popGenericCommand(c,LIST_HEAD);
507
}
508
509
/* RPOP <key> [count] */
510
void rpopCommand(client *c) {
Callers
nothing calls this directly
Calls
1
popGenericCommand
Function · 0.85
Tested by
no test coverage detected