Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c352 void addReplyErrorLength(client *c, const char *s, size_t len) { in addReplyErrorLength() function
380 addReplyErrorLength(c,err,strlen(err)); in addReplyError()
395 addReplyErrorLength(c,s,sdslen(s)); in addReplyErrorFormat()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES512 Crashing is too much in addReplyErrorLength().
2109 In addReplyErrorLength() only panic when replying to slave.
2113 Refine comment in addReplyErrorLength() about replying to masters/slaves.