Home
last modified time | relevance | path

Searched refs:cmdlog (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c453 sds cmdlog = sdsnew("<redis>"); in luaRedisGenericCommand() local
456 cmdlog = sdscatprintf(cmdlog," ... (%d more)", in luaRedisGenericCommand()
460 cmdlog = sdscatlen(cmdlog," ",1); in luaRedisGenericCommand()
461 cmdlog = sdscatsds(cmdlog,c->argv[j]->ptr); in luaRedisGenericCommand()
464 ldbLog(cmdlog); in luaRedisGenericCommand()