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

Function lpushCommand

src/t_list.cpp:263–265  ·  view source on GitHub ↗

LPUSH [ ...] */

Source from the content-addressed store, hash-verified

261
262/* LPUSH <key> <element> [<element> ...] */
263void lpushCommand(client *c) {
264 pushGenericCommand(c,LIST_HEAD,0);
265}
266
267/* RPUSH <key> <element> [<element> ...] */
268void rpushCommand(client *c) {

Callers

nothing calls this directly

Calls 1

pushGenericCommandFunction · 0.85

Tested by

no test coverage detected