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

Function rpushxCommand

src/t_list.cpp:278–280  ·  view source on GitHub ↗

RPUSH [ ...] */

Source from the content-addressed store, hash-verified

276
277/* RPUSH <key> <element> [<element> ...] */
278void rpushxCommand(client *c) {
279 pushGenericCommand(c,LIST_TAIL,1);
280}
281
282/* LINSERT <key> (BEFORE|AFTER) <pivot> <element> */
283void linsertCommand(client *c) {

Callers

nothing calls this directly

Calls 1

pushGenericCommandFunction · 0.85

Tested by

no test coverage detected