| /f-stack/app/redis-5.0.5/src/ |
| H A D | latency.c | 261 …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 D | lolwut.c | 44 rendered = sdscat(rendered,REDIS_VERSION); in lolwutUnstableCommand()
|
| H A D | lolwut5.c | 276 rendered = sdscat(rendered, in lolwut5Command() 278 rendered = sdscat(rendered,REDIS_VERSION); in lolwut5Command()
|
| H A D | sds.c | 412 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 D | sentinel.c | 2764 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 D | object.c | 1083 *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 D | redis-cli.c | 471 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 D | server.c | 3152 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 D | sds.h | 225 sds sdscat(sds s, const char *t);
|
| H A D | redis-benchmark.c | 542 config.tests = sdscat(config.tests,(char*)argv[++i]); in parseOptions() 543 config.tests = sdscat(config.tests,","); in parseOptions()
|
| H A D | scripting.c | 1195 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 D | util.c | 642 abspath = sdscat(abspath,"/"); in getAbsolutePath()
|
| H A D | debug.c | 583 stats = sdscat(stats,buf); in debugCommand() 587 stats = sdscat(stats,buf); in debugCommand()
|
| H A D | config.c | 852 config = sdscat(config,buf); in loadServerConfig() 857 config = sdscat(config,"\n"); in loadServerConfig() 858 config = sdscat(config,options); in loadServerConfig()
|
| H A D | cluster.c | 3977 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 D | module.c | 1128 strmsg = sdscat(strmsg,msg); in replyWithStatus()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.c | 391 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 D | sds.h | 224 sds sdscat(sds s, const char *t);
|
| H A D | hiredis.c | 273 newarg = sdscat(curarg,"%"); in redisvFormatCommand()
|