Home
last modified time | relevance | path

Searched defs:lpushCommand (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c226 void lpushCommand(client *c) { in lpushCommand() function
H A Dserver.h998 struct redisCommand *delCommand, *multiCommand, *lpushCommand, member