Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c1127 sds strmsg = sdsnewlen(prefix,1); in replyWithStatus() local
1128 strmsg = sdscat(strmsg,msg); in replyWithStatus()
1129 strmsg = sdscatlen(strmsg,"\r\n",2); in replyWithStatus()
1130 addReplySds(c,strmsg); in replyWithStatus()