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

Function lpushCommand

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