Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dreplication.c308 sds cmdrepr = sdsnew("+"); in replicationFeedMonitors() local
313 cmdrepr = sdscatprintf(cmdrepr,"%ld.%06ld ",(long)tv.tv_sec,(long)tv.tv_usec); in replicationFeedMonitors()
315 cmdrepr = sdscatprintf(cmdrepr,"[%d lua] ",dictid); in replicationFeedMonitors()
317 cmdrepr = sdscatprintf(cmdrepr,"[%d unix:%s] ",dictid,server.unixsocket); in replicationFeedMonitors()
319 cmdrepr = sdscatprintf(cmdrepr,"[%d %s] ",dictid,getClientPeerId(c)); in replicationFeedMonitors()
324 cmdrepr = sdscatprintf(cmdrepr, "\"%ld\"", (long)argv[j]->ptr); in replicationFeedMonitors()
326 cmdrepr = sdscatrepr(cmdrepr,(char*)argv[j]->ptr, in replicationFeedMonitors()
330 cmdrepr = sdscatlen(cmdrepr," ",1); in replicationFeedMonitors()
332 cmdrepr = sdscatlen(cmdrepr,"\r\n",2); in replicationFeedMonitors()
333 cmdobj = createObject(OBJ_STRING,cmdrepr); in replicationFeedMonitors()