Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlatency.c261 …report = sdscat(report,"Dave, I have observed latency spikes in this Redis instance. You don't min… in createLatencyReport()
390 …report = sdscat(report,"Dave, no latency spike was observed during the lifetime of this Redis inst… in createLatencyReport()
392 …report = sdscat(report,"\nWhile there are latency events logged, I'm not able to suggest any easy … in createLatencyReport()
397 report = sdscat(report,"\nI have a few advices for you:\n\n"); in createLatencyReport()
412 …report = sdscat(report,"- Check your Slow Log to understand what are the commands you are running … in createLatencyReport()
417 …report = sdscat(report,"- The system is slow to execute Redis code paths not containing system cal… in createLatencyReport()
427 …report = sdscat(report,"- It is strongly advised to use local disks for persistence, especially if… in createLatencyReport()
439 …report = sdscat(report,"- Try to lower the disk contention. This is often caused by other disk int… in createLatencyReport()
447 …report = sdscat(report,"- Your fsync policy is set to 'always'. It is very hard to get good perfor… in createLatencyReport()
455 …report = sdscat(report,"- In order to make the Redis keys expiring process more incremental, try t… in createLatencyReport()
[all …]
H A Dlolwut.c44 rendered = sdscat(rendered,REDIS_VERSION); in lolwutUnstableCommand()
H A Dlolwut5.c276 rendered = sdscat(rendered, in lolwut5Command()
278 rendered = sdscat(rendered,REDIS_VERSION); in lolwut5Command()
H A Dsds.c412 sds sdscat(sds s, const char *t) { in sdscat() function
554 t = sdscat(s, buf); in sdscatvprintf()
1095 join = sdscat(join, argv[j]); in sdsjoin()
1096 if (j != argc-1) join = sdscat(join,sep); in sdsjoin()
1140 x = sdscat(x,"bar"); in sdsTest()
H A Dsentinel.c2764 if (ri->flags & SRI_S_DOWN) flags = sdscat(flags,"s_down,"); in addReplySentinelRedisInstance()
2765 if (ri->flags & SRI_O_DOWN) flags = sdscat(flags,"o_down,"); in addReplySentinelRedisInstance()
2766 if (ri->flags & SRI_MASTER) flags = sdscat(flags,"master,"); in addReplySentinelRedisInstance()
2767 if (ri->flags & SRI_SLAVE) flags = sdscat(flags,"slave,"); in addReplySentinelRedisInstance()
2768 if (ri->flags & SRI_SENTINEL) flags = sdscat(flags,"sentinel,"); in addReplySentinelRedisInstance()
2769 if (ri->link->disconnected) flags = sdscat(flags,"disconnected,"); in addReplySentinelRedisInstance()
2772 flags = sdscat(flags,"failover_in_progress,"); in addReplySentinelRedisInstance()
2773 if (ri->flags & SRI_PROMOTED) flags = sdscat(flags,"promoted,"); in addReplySentinelRedisInstance()
3200 e = sdscat(e,"\r\n"); in sentinelCommand()
3309 if (sections++) info = sdscat(info,"\r\n"); \
[all …]
H A Dobject.c1083 *info = sdscat(*info, str); in inputCatSds()
1171 …s = sdscat(s," * Peak memory: In the past this instance used more than 150% the memory that is cur… in getMemoryDoctorReport()
1186 …s = sdscat(s," * Big replica buffers: The replica output buffers in this instance are greater than… in getMemoryDoctorReport()
1189 …s = sdscat(s," * Big client buffers: The clients output buffers in this instance are greater than … in getMemoryDoctorReport()
1192 …s = sdscat(s," * Many scripts: There seem to be many cached scripts in this instance (more than 10… in getMemoryDoctorReport()
1194 s = sdscat(s,"I'm here to keep you safe, Sam. I want to help you.\n"); in getMemoryDoctorReport()
H A Dredis-cli.c471 version = sdscat(version, ")"); in cliVersion()
810 out = sdscat(out,r->str); in cliFormatReplyTTY()
811 out = sdscat(out,"\n"); in cliFormatReplyTTY()
820 out = sdscat(out,"\n"); in cliFormatReplyTTY()
823 out = sdscat(out,"(nil)\n"); in cliFormatReplyTTY()
892 o = sdscat(o,"\033[0m"); in sdscatcolor()
971 out = sdscat(out,"ERROR,"); in cliFormatReplyCSV()
984 out = sdscat(out,"NIL"); in cliFormatReplyCSV()
1066 out = sdscat(out,"\n"); in cliReadReply()
1071 out = sdscat(out,"\n"); in cliReadReply()
[all …]
H A Dserver.c3152 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3214 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3256 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3345 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3435 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3494 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3622 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3637 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
3657 if (sections++) info = sdscat(info,"\r\n"); in genRedisInfoString()
4184 options = sdscat(options," "); in main()
[all …]
H A Dsds.h225 sds sdscat(sds s, const char *t);
H A Dredis-benchmark.c542 config.tests = sdscat(config.tests,(char*)argv[++i]); in parseOptions()
543 config.tests = sdscat(config.tests,","); in parseOptions()
H A Dscripting.c1195 funcdef = sdscat(funcdef,"function "); in luaCreateFunction()
1925 return sdscat(s,"<max recursion level reached! Nested table?>"); in ldbCatStackValueRec()
1936 s = sdscat(s,lua_toboolean(lua,idx) ? "true" : "false"); in ldbCatStackValueRec()
1998 s = sdscat(s,"\"<unknown-lua-type>\""); in ldbCatStackValueRec()
H A Dutil.c642 abspath = sdscat(abspath,"/"); in getAbsolutePath()
H A Ddebug.c583 stats = sdscat(stats,buf); in debugCommand()
587 stats = sdscat(stats,buf); in debugCommand()
H A Dconfig.c852 config = sdscat(config,buf); in loadServerConfig()
857 config = sdscat(config,"\n"); in loadServerConfig()
858 config = sdscat(config,options); in loadServerConfig()
H A Dcluster.c3977 if (flags & nodeflag->flag) ci = sdscat(ci, nodeflag->name); in representClusterNodeFlags()
3980 if (sdslen(ci) == orig_len) ci = sdscat(ci,"noflags,"); in representClusterNodeFlags()
H A Dmodule.c1128 strmsg = sdscat(strmsg,msg); in replyWithStatus()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c391 sds sdscat(sds s, const char *t) { in sdscat() function
533 t = sdscat(s, buf); in sdscatvprintf()
1071 join = sdscat(join, argv[j]); in sdsjoin()
1072 if (j != argc-1) join = sdscat(join,sep); in sdsjoin()
1116 x = sdscat(x,"bar"); in sdsTest()
H A Dsds.h224 sds sdscat(sds s, const char *t);
H A Dhiredis.c273 newarg = sdscat(curarg,"%"); in redisvFormatCommand()