MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ldbRedisProtocolToHuman_Status

Function ldbRedisProtocolToHuman_Status

src/scripting.cpp:2385–2390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2383}
2384
2385char *ldbRedisProtocolToHuman_Status(sds *o, char *reply) {
2386 char *p = strchr(reply+1,'\r');
2387
2388 *o = sdscatrepr(*o,reply,p-reply);
2389 return p+2;
2390}
2391
2392char *ldbRedisProtocolToHuman_MultiBulk(sds *o, char *reply) {
2393 char *p = strchr(reply+1,'\r');

Callers 1

ldbRedisProtocolToHumanFunction · 0.85

Calls 1

sdscatreprFunction · 0.85

Tested by

no test coverage detected