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

Function lpushxCommand

src/t_list.cpp:273–275  ·  view source on GitHub ↗

LPUSHX [ ...] */

Source from the content-addressed store, hash-verified

271
272/* LPUSHX <key> <element> [<element> ...] */
273void lpushxCommand(client *c) {
274 pushGenericCommand(c,LIST_HEAD,1);
275}
276
277/* RPUSH <key> <element> [<element> ...] */
278void rpushxCommand(client *c) {

Callers

nothing calls this directly

Calls 1

pushGenericCommandFunction · 0.85

Tested by

no test coverage detected