| /f-stack/app/redis-5.0.5/src/ |
| H A D | multi.c | 90 addReplyError(c,"MULTI calls can not be nested"); in multiCommand() 99 addReplyError(c,"DISCARD without MULTI"); in discardCommand() 125 addReplyError(c,"EXEC without MULTI"); in execCommand() 150 addReplyError(c, in execCommand() 343 addReplyError(c,"WATCH inside MULTI is not allowed"); in watchCommand()
|
| H A D | geo.c | 139 addReplyError(c, in extractUnitOrReply() 161 addReplyError(c,"radius cannot be negative"); in extractDistanceOrReply() 409 addReplyError(c, "syntax error. Try GEOADD key [x1] [y1] [name1] " in geoaddCommand() 485 addReplyError(c, "could not decode requested zset member"); in georadiusGeneric() 489 addReplyError(c, "Unknown georadius search type"); in georadiusGeneric() 522 addReplyError(c,"COUNT must be > 0"); in georadiusGeneric() 549 addReplyError(c, in georadiusGeneric()
|
| H A D | t_string.c | 39 addReplyError(c,"string exceeds maximum allowed size (512MB)"); in checkStringLength() 193 addReplyError(c,"offset is out of range"); in setrangeCommand() 307 addReplyError(c,"wrong number of arguments for MSET"); in msetGenericCommand() 350 addReplyError(c,"increment or decrement would overflow"); in incrDecrCommand() 411 addReplyError(c,"increment would produce NaN or Infinity"); in incrbyfloatCommand()
|
| H A D | object.c | 634 addReplyError(c,(char*)msg); in getDoubleFromObjectOrReply() 636 addReplyError(c,"value is not a valid float"); in getDoubleFromObjectOrReply() 676 addReplyError(c,(char*)msg); in getLongDoubleFromObjectOrReply() 678 addReplyError(c,"value is not a valid float"); in getLongDoubleFromObjectOrReply() 709 addReplyError(c,(char*)msg); in getLongLongFromObjectOrReply() 711 addReplyError(c,"value is not an integer or out of range"); in getLongLongFromObjectOrReply() 725 addReplyError(c,(char*)msg); in getLongFromObjectOrReply() 727 addReplyError(c,"value is out of range"); in getLongFromObjectOrReply() 1274 …addReplyError(c,"An LFU maxmemory policy is selected, idle time not tracked. Please note that when… in objectCommand() 1282 …addReplyError(c,"An LFU maxmemory policy is not selected, access frequency not tracked. Please not… in objectCommand() [all …]
|
| H A D | bitops.c | 422 addReplyError(c,err); in getBitOffsetFromArgument() 432 addReplyError(c,err); in getBitOffsetFromArgument() 457 addReplyError(c,err); in getBitfieldTypeFromArgument() 466 addReplyError(c,err); in getBitfieldTypeFromArgument() 541 addReplyError(c,err); in setbitCommand() 618 addReplyError(c,"BITOP NOT must be called with a single source key."); in bitopCommand() 830 addReplyError(c, "The bit argument must be 1 or 0."); in bitposCommand() 947 addReplyError(c,"Invalid OVERFLOW type specified"); in bitfieldCommand()
|
| H A D | t_stream.c | 1135 if (c) addReplyError(c,"Invalid stream ID specified as stream " in streamGenericParseIDOrReply() 1199 addReplyError(c,"The MAXLEN argument must be >= 0."); in xaddCommand() 1215 addReplyError(c,"wrong number of arguments for XADD"); in xaddCommand() 1359 addReplyError(c,"Unbalanced XREAD list of streams: " in xreadCommand() 1368 addReplyError(c,"The GROUP option is only supported by " in xreadCommand() 1377 addReplyError(c,"The NOACK option is only supported by " in xreadCommand() 1397 addReplyError(c,"Missing GROUP option for XREADGROUP"); in xreadCommand() 1433 addReplyError(c,"The $ ID is meaningless in the context of " in xreadCommand() 1746 addReplyError(c, in xgroupCommand() 2397 addReplyError(c,"The MAXLEN argument must be >= 0."); in xtrimCommand() [all …]
|
| H A D | cluster.c | 4111 addReplyError(c,"Invalid or out of range slot"); in getSlotOrReply() 4416 addReplyError(c, in clusterCommand() 4525 addReplyError(c,"Invalid slot"); in clusterCommand() 4541 addReplyError(c,"Invalid slot or number of keys"); in clusterCommand() 4569 addReplyError(c,"Can't forget my master!"); in clusterCommand() 4589 addReplyError(c,"Can't replicate myself"); in clusterCommand() 4604 addReplyError(c, in clusterCommand() 4678 addReplyError(c,"Master is down or failed, " in clusterCommand() 4905 addReplyError(c,"Invalid TTL value, must be >= 0"); in restoreCommand() 4920 addReplyError(c,"Bad data format"); in restoreCommand() [all …]
|
| H A D | t_hash.c | 535 addReplyError(c,"wrong number of arguments for HMSET"); in hsetCommand() 571 addReplyError(c,"hash value is not an integer"); in hincrbyCommand() 582 addReplyError(c,"increment or decrement would overflow"); in hincrbyCommand() 607 addReplyError(c,"hash value is not a float"); in hincrbyfloatCommand() 619 addReplyError(c,"increment would produce NaN or Infinity"); in hincrbyfloatCommand()
|
| H A D | networking.c | 379 void addReplyError(client *c, const char *err) { in addReplyError() function 1195 addReplyError(c,"Protocol error: too big inline request"); in processInlineBuffer() 1211 addReplyError(c,"Protocol error: unbalanced quotes in request"); in processInlineBuffer() 1298 addReplyError(c,"Protocol error: too big mbulk count string"); in processMultibulkBuffer() 1313 addReplyError(c,"Protocol error: invalid multibulk length"); in processMultibulkBuffer() 1336 addReplyError(c, in processMultibulkBuffer() 1358 addReplyError(c,"Protocol error: invalid bulk length"); in processMultibulkBuffer() 1846 addReplyError(c,"No such client"); in clientCommand() 1869 addReplyError(c, in clientCommand() 1879 addReplyError(target, in clientCommand() [all …]
|
| H A D | db.c | 514 addReplyError(c,"SELECT is not allowed in cluster mode"); in selectCommand() 518 addReplyError(c,"DB index is out of range"); in selectCommand() 607 addReplyError(c, "invalid cursor"); in parseScanCursorOrReply() 866 addReplyError(c,"Errors trying to SHUTDOWN. Check logs."); in shutdownCommand() 926 addReplyError(c,"MOVE is not allowed in cluster mode"); in moveCommand() 1038 addReplyError(c,"SWAPDB is not allowed in cluster mode"); in swapdbCommand() 1053 addReplyError(c,"DB index is out of range"); in swapdbCommand()
|
| H A D | sort.c | 257 addReplyError(c,"BY option of SORT denied in Cluster mode."); in sortCommand() 265 addReplyError(c,"GET option of SORT denied in Cluster mode."); in sortCommand() 505 addReplyError(c,"One or more scores can't be converted into double"); in sortCommand()
|
| H A D | blocked.c | 86 addReplyError(c,"timeout is negative"); in getTimeoutFromObjectOrReply() 410 addReplyError(receiver, in handleClientsBlockedOnKeys()
|
| H A D | debug.c | 346 addReplyError(c,"failed to restart the server. Check server logs."); in debugCommand() 368 addReplyError(c,"Error trying to load the RDB dump"); in debugCommand() 451 addReplyError(c,"Not an sds encoded string."); in debugCommand() 470 addReplyError(c,"Not an sds encoded string."); in debugCommand() 577 addReplyError(c,"Out of range database"); in debugCommand() 611 addReplyError(c,"The value stored at the specified key is not " in debugCommand()
|
| H A D | hyperloglog.c | 1450 addReplyError(c, "TESTFAILED sparse encoding not used"); in pfselftestCommand() 1457 addReplyError(c, "TESTFAILED dense/sparse disagree"); in pfselftestCommand() 1502 addReplyError(c,"The specified key does not exist"); in pfdebugCommand() 1538 addReplyError(c,"HLL encoding is not sparse"); in pfdebugCommand()
|
| H A D | t_zset.c | 1579 addReplyError(c, in zaddGenericCommand() 1585 addReplyError(c, in zaddGenericCommand() 1626 addReplyError(c,nanerr); in zaddGenericCommand() 1710 addReplyError(c,"min or max is not a float"); in zremrangeGenericCommand() 1715 addReplyError(c,"min or max not valid string range item"); in zremrangeGenericCommand() 2194 addReplyError(c, in zunionInterGenericCommand() 2542 addReplyError(c,"min or max is not a float"); in genericZrangebyscoreCommand() 2729 addReplyError(c,"min or max is not a float"); in zcountCommand() 2806 addReplyError(c,"min or max not valid string range item"); in zlexcountCommand() 2897 addReplyError(c,"min or max not valid string range item"); in genericZrangebylexCommand()
|
| H A D | sentinel.c | 2955 addReplyError(c,"No such master with that name"); in sentinelGetMasterByNameOrReplyError() 3128 addReplyError(c, "Quorum must be 1 or greater."); in sentinelCommand() 3136 addReplyError(c,"Invalid IP address specified"); in sentinelCommand() 3146 addReplyError(c,"Duplicated master name"); in sentinelCommand() 3149 addReplyError(c,"Invalid port number"); in sentinelCommand() 3152 addReplyError(c,"Unspecified error adding the instance"); in sentinelCommand() 3290 addReplyError(c,"Unknown failure simulation specified"); in sentinelCommand() 3448 addReplyError(c, in sentinelSetCommand() 3456 addReplyError(c, in sentinelSetCommand() 3468 addReplyError(c, in sentinelSetCommand() [all …]
|
| H A D | scripting.c | 1289 addReplyError(c,"Number of keys can't be greater than number of args"); in evalGenericCommand() 1292 addReplyError(c,"Number of keys can't be negative"); in evalGenericCommand() 1485 addReplyError(c,"Please use EVAL instead of EVALSHA for debugging"); in evalShaCommand() 1534 addReplyError(c,"SCRIPT DEBUG must be called outside a pipeline"); in scriptCommand() 1548 addReplyError(c,"Use SCRIPT DEBUG yes/sync/no"); in scriptCommand() 1664 addReplyError(c,"Fork() failed: can't run EVAL in debugging mode."); in ldbStartSession()
|
| H A D | replication.c | 600 addReplyError(slave, in startBgsaveForReplication() 645 addReplyError(c,"SYNC and PSYNC are invalid with pending output"); in syncCommand() 2027 addReplyError(c,"REPLICAOF not allowed in cluster mode."); in replicaofCommand() 2050 addReplyError(c, "Command is not valid when client is a replica."); in replicaofCommand() 2442 …addReplyError(c,"WAIT cannot be used with replica instances. Please also note that since Redis 4.0… in waitCommand()
|
| H A D | config.c | 915 addReplyError(c, "dbfilename can't be a path, just a filename"); 950 …addReplyError(c,"The event loop API used by Redis is not able to handle the specified number of cl… 964 addReplyError(c, 1106 addReplyError(c, 2247 addReplyError(c,"Only CONFIG GET is allowed during loading"); 2270 addReplyError(c,"The server is running without a config file");
|
| H A D | server.c | 2692 addReplyError(c,"only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context"); in processCommand() 2938 addReplyError(c,"Client sent AUTH, but no password is set"); in authCommand() 2944 addReplyError(c,"invalid password"); in authCommand() 3070 addReplyError(c,"Invalid command specified"); in commandCommand() 3073 addReplyError(c,"The command has no key arguments"); in commandCommand() 3078 addReplyError(c,"Invalid number of arguments specified for command"); in commandCommand() 3084 addReplyError(c,"Invalid arguments specified for command"); in commandCommand()
|
| H A D | rdb.c | 2393 addReplyError(c,"Background save already in progress"); in saveCommand() 2424 addReplyError(c,"Background save already in progress"); in bgsaveCommand() 2430 addReplyError(c, in bgsaveCommand()
|
| H A D | aof.c | 1622 addReplyError(c,"Background append only file rewriting already in progress"); in bgrewriteaofCommand()
|
| H A D | module.c | 3632 addReplyError(c, islua ? in RM_BlockClient() 5254 addReplyError(c, in moduleCommand()
|
| H A D | server.h | 1450 void addReplyError(client *c, const char *err);
|