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

Function rpushCommand

src/t_list.cpp:268–270  ·  view source on GitHub ↗

RPUSH [ ...] */

Source from the content-addressed store, hash-verified

266
267/* RPUSH <key> <element> [<element> ...] */
268void rpushCommand(client *c) {
269 pushGenericCommand(c,LIST_TAIL,0);
270}
271
272/* LPUSHX <key> <element> [<element> ...] */
273void lpushxCommand(client *c) {

Callers

nothing calls this directly

Calls 1

pushGenericCommandFunction · 0.85

Tested by

no test coverage detected