| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 299 sds err = sdsnew(lua_tostring(lua,-1)); in luaReplyToRedisReply() 312 sds ok = sdsnew(lua_tostring(lua,-1)); in luaReplyToRedisReply() 453 sds cmdlog = sdsnew("<redis>"); in luaRedisGenericCommand() 1620 ldbLog(sdsnew( in ldbLogWithMaxLen() 1716 ldbLog(sdsnew("<endsession>")); in ldbEndSession() 2014 sds s = sdsnew(prefix); in ldbLogStackValue() 2095 sds log = sdsnew("<reply> "); in ldbLogRedisReply() 2129 ldbLog(sdsnew("No such variable.")); in ldbPrint() 2207 sds expr = sdscatsds(sdsnew("return "),code); in ldbEval() 2319 ldbLog(sdsnew("Redis Lua debugger help:")); in ldbRepl() [all …]
|
| H A D | sds.c | 154 sds sdsnew(const char *init) { in sdsnew() function 1159 x = sdsnew("--"); in sdsTest() 1168 x = sdsnew("--"); in sdsTest() 1175 x = sdsnew(" x "); in sdsTest() 1181 x = sdsnew(" x "); in sdsTest() 1229 x = sdsnew("foo"); in sdsTest() 1230 y = sdsnew("foa"); in sdsTest() 1235 x = sdsnew("bar"); in sdsTest() 1236 y = sdsnew("bar"); in sdsTest() 1241 x = sdsnew("aar"); in sdsTest() [all …]
|
| H A D | server.c | 1447 shared.nokeyerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1449 shared.syntaxerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1457 shared.loadingerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1463 shared.bgsaveerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1465 shared.roslaveerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1467 shared.noautherr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1469 shared.oomerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1475 shared.busykeyerr = createObject(OBJ_STRING,sdsnew( in createSharedObjects() 1520 shared.minstring = sdsnew("minstring"); in createSharedObjects() 1521 shared.maxstring = sdsnew("maxstring"); in createSharedObjects() [all …]
|
| H A D | lolwut.c | 43 sds rendered = sdsnew("Redis ver. "); in lolwutUnstableCommand()
|
| H A D | slowlog.c | 91 se->peerid = sdsnew(getClientPeerId(c)); in slowlogCreateEntry() 92 se->cname = c->name ? sdsnew(c->name->ptr) : sdsempty(); in slowlogCreateEntry()
|
| H A D | sentinel.c | 552 sa->ip = sdsnew(ip); in createSentinelAddr() 562 sa->ip = sdsnew(src->ip); in dupSentinelAddr() 703 argv[0] = sdsnew(path); in sentinelScheduleScriptExecution() 1194 sdsname = sdsnew(name); in createSentinelRedisInstance() 1300 key = sdsnew(buf); in sentinelRedisInstanceLookupSlave() 1377 sds sdsname = sdsnew(name); in sentinelGetMasterByName() 1604 sds sc = sdsnew(command); in sentinelInstanceMapCommand() 1668 ri->auth_pass = sdsnew(argv[2]); in sentinelHandleConfiguration() 1726 sds oldcmd = sdsnew(argv[2]); in sentinelHandleConfiguration() 1727 sds newcmd = sdsnew(argv[3]); in sentinelHandleConfiguration() [all …]
|
| H A D | hyperloglog.c | 1175 sdsnew("-WRONGTYPE Key is not a valid " in isHLLObjectOrReply() 1206 addReplySds(c,sdsnew(invalid_hll_err)); in pfaddCommand() 1248 addReplySds(c,sdsnew(invalid_hll_err)); in pfcountCommand() 1288 addReplySds(c,sdsnew(invalid_hll_err)); in pfcountCommand() 1335 addReplySds(c,sdsnew(invalid_hll_err)); in pfmergeCommand() 1358 addReplySds(c,sdsnew(invalid_hll_err)); in pfmergeCommand() 1515 addReplySds(c,sdsnew(invalid_hll_err)); in pfdebugCommand() 1579 addReplySds(c,sdsnew(invalid_hll_err)); in pfdebugCommand()
|
| H A D | redis-cli.c | 310 dotPath = sdsnew(path); in getDotfilePath() 539 new->argv[0] = sdsnew(cmdname); in cliIntegrateHelp() 1051 config.hostip = sdsnew(p+1); in cliReadReply() 1575 sds[j] = sdsnew(args[j]); in convertToSds() 1855 argv2[0] = sdsnew("EVAL"); in evalMode() 3310 flag = sdsnew(flags); in clusterManagerNodeLoadInfo() 3313 flag = sdsnew(flags); in clusterManagerNodeLoadInfo() 6270 info->name = sdsnew(name); in typeinfo_add() 6319 sds typereply = sdsnew(reply->str); in getKeyTypes() 6994 config.hostip = sdsnew("127.0.0.1"); in main() [all …]
|
| H A D | config.c | 164 loadmod->path = sdsnew(path); in queueLoadModule() 350 server.masterhost = sdsnew(argv[1]); in loadServerConfigFromString() 1645 sds opt = sdsnew(option); 1673 sds line = sdstrim(sdsnew(buf),"\r\n\t "); 1691 sds aux = sdsnew("# ??? "); 1740 sds o = sdsnew(option); 1766 sdsnew(REDIS_CONFIG_REWRITE_SIGNATURE)); 1827 line = sdsnew(option); 1925 line = sdsnew(option); 1975 line = sdsnew(option);
|
| H A D | util.c | 630 sds relpath = sdsnew(filename); in getAbsolutePath() 640 abspath = sdsnew(cwd); in getAbsolutePath()
|
| H A D | replication.c | 308 sds cmdrepr = sdsnew("+"); in replicationFeedMonitors() 636 addReplySds(c,sdsnew("-NOMASTERLINK Can't SYNC while not connected with my master\r\n")); in syncCommand() 1389 return sdsnew(buf); in sendSynchronousCommand() 1789 err = sdsnew("Write error sending the PSYNC command."); in syncWithMaster() 1962 server.masterhost = sdsnew(ip); in replicationSetMaster() 2061 addReplySds(c,sdsnew("+OK Already connected to specified master\r\n")); in replicaofCommand()
|
| H A D | sds.h | 219 sds sdsnew(const char *init);
|
| H A D | redis-benchmark.c | 541 config.tests = sdsnew(","); in parseOptions() 703 sds title = sdsnew(argv[0]); in main()
|
| H A D | object.c | 1158 s = sdsnew( in getMemoryDoctorReport() 1162 s = sdsnew( in getMemoryDoctorReport() 1169 s = sdsnew("Sam, I detected a few issues in this Redis instance memory implants:\n\n"); in getMemoryDoctorReport()
|
| H A D | blocked.c | 216 addReplySds(c,sdsnew( in disconnectAllBlockedClients()
|
| H A D | networking.c | 605 sds cmd = sdsnew((char*) c->argv[0]->ptr); in addReplyHelp() 624 sds cmd = sdsnew((char*) c->argv[0]->ptr); in addReplySubcommandSyntaxError() 1639 c->peerid = sdsnew(peerid); in getClientPeerId()
|
| H A D | cluster.c | 5006 sdsnew("-IOERR error or timeout connecting to the client\r\n")); in migrateGetSocket() 5136 addReplySds(c,sdsnew("+NOKEY\r\n")); in migrateCommand() 5633 addReplySds(c,sdsnew("-CROSSSLOT Keys in request don't hash to the same slot\r\n")); in clusterRedirectClient() 5638 addReplySds(c,sdsnew("-TRYAGAIN Multiple keys request during rehashing of slot\r\n")); in clusterRedirectClient() 5640 addReplySds(c,sdsnew("-CLUSTERDOWN The cluster is down\r\n")); in clusterRedirectClient() 5642 addReplySds(c,sdsnew("-CLUSTERDOWN Hash slot not served\r\n")); in clusterRedirectClient()
|
| H A D | module.c | 705 sds cmdname = sdsnew(name); in RM_CreateCommand() 748 module->name = sdsnew((char*)name); in RM_SetModuleAttribs() 762 sds modulename = sdsnew(name); in RM_IsModuleNameBusy()
|
| H A D | t_stream.c | 1795 sdsnew("-BUSYGROUP Consumer Group name already exists\r\n")); in xgroupCommand()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | sds.c | 144 sds sdsnew(const char *init) { in sdsnew() function 1135 x = sdsnew("--"); in sdsTest() 1144 x = sdsnew("--"); in sdsTest() 1151 x = sdsnew(" x "); in sdsTest() 1157 x = sdsnew(" x "); in sdsTest() 1205 x = sdsnew("foo"); in sdsTest() 1206 y = sdsnew("foa"); in sdsTest() 1211 x = sdsnew("bar"); in sdsTest() 1212 y = sdsnew("bar"); in sdsTest() 1217 x = sdsnew("aar"); in sdsTest() [all …]
|
| H A D | sds.h | 218 sds sdsnew(const char *init);
|