| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_hash.c | 122 serverPanic("Unknown hash encoding"); in hashTypeGetValue() 159 serverPanic("Unknown hash encoding"); in hashTypeGetValueLength() 176 serverPanic("Unknown hash encoding"); in hashTypeExists() 267 serverPanic("Unknown hash encoding"); in hashTypeSet() 305 serverPanic("Unknown hash encoding"); in hashTypeDelete() 319 serverPanic("Unknown hash encoding"); in hashTypeLength() 335 serverPanic("Unknown hash encoding"); in hashTypeInitIterator() 378 serverPanic("Unknown hash encoding"); in hashTypeNext() 435 serverPanic("Unknown hash encoding"); in hashTypeCurrentObject() 496 serverPanic("Unknown hash encoding"); in hashTypeConvertZiplist() [all …]
|
| H A D | t_list.c | 49 serverPanic("Unknown list encoding"); in listTypePush() 69 serverPanic("Unknown list encoding"); in listTypePop() 78 serverPanic("Unknown list encoding"); in listTypeLength() 98 serverPanic("Unknown list encoding"); in listTypeInitIterator() 120 serverPanic("Unknown list encoding"); in listTypeNext() 136 serverPanic("Unknown list encoding"); in listTypeGet() 155 serverPanic("Unknown list encoding"); in listTypeInsert() 165 serverPanic("Unknown list encoding"); in listTypeEqual() 174 serverPanic("Unknown list encoding"); in listTypeDelete() 337 serverPanic("Unknown list encoding"); in lindexCommand() [all …]
|
| H A D | object.c | 209 serverPanic("Wrong encoding."); in dupStringObject() 291 serverPanic("Unknown list encoding type"); in freeListObject() 304 serverPanic("Unknown set encoding type"); in freeSetObject() 321 serverPanic("Unknown sorted set encoding"); in freeZsetObject() 334 serverPanic("Unknown hash encoding type"); in freeHashObject() 521 serverPanic("Unknown encoding type"); in getDecodedObject() 623 serverPanic("Unknown string encoding"); in getDoubleFromObject() 810 serverPanic("Unknown list encoding"); in objectComputeSize() 828 serverPanic("Unknown set encoding"); in objectComputeSize() 865 serverPanic("Unknown hash encoding"); in objectComputeSize() [all …]
|
| H A D | t_zset.c | 1879 serverPanic("Unknown set encoding"); in zuiInitIterator() 1897 serverPanic("Unsupported type"); in zuiInitIterator() 1912 serverPanic("Unknown set encoding"); in zuiClearIterator() 1924 serverPanic("Unsupported type"); in zuiClearIterator() 1939 serverPanic("Unknown set encoding"); in zuiLength() 1951 serverPanic("Unsupported type"); in zuiLength() 1988 serverPanic("Unknown set encoding"); in zuiNext() 2013 serverPanic("Unsupported type"); in zuiNext() 2105 serverPanic("Unknown set encoding"); in zuiFind() 2130 serverPanic("Unsupported type"); in zuiFind() [all …]
|
| H A D | t_set.c | 83 serverPanic("Unknown set encoding"); in setTypeAdd() 102 serverPanic("Unknown set encoding"); in setTypeRemove() 116 serverPanic("Unknown set encoding"); in setTypeIsMember() 130 serverPanic("Unknown set encoding"); in setTypeInitIterator() 165 serverPanic("Wrong set encoding in setTypeNext"); in setTypeNext() 190 serverPanic("Unsupported encoding"); in setTypeNextObject() 217 serverPanic("Unknown set encoding"); in setTypeRandomElement() 228 serverPanic("Unknown set encoding"); in setTypeSize() 260 serverPanic("Unsupported set conversion"); in setTypeConvert()
|
| H A D | rdb.c | 633 serverPanic("Unknown list encoding"); in rdbSaveObjectType() 640 serverPanic("Unknown set encoding"); in rdbSaveObjectType() 647 serverPanic("Unknown sorted set encoding"); in rdbSaveObjectType() 654 serverPanic("Unknown hash encoding"); in rdbSaveObjectType() 660 serverPanic("Unknown object type"); in rdbSaveObjectType() 783 serverPanic("Unknown list encoding"); in rdbSaveObject() 815 serverPanic("Unknown set encoding"); in rdbSaveObject() 851 serverPanic("Unknown sorted set encoding"); in rdbSaveObject() 892 serverPanic("Unknown hash encoding"); in rdbSaveObject() 989 serverPanic("Unknown object type"); in rdbSaveObject() [all …]
|
| H A D | defrag.c | 133 serverPanic("Unknown string encoding"); in activeDefragStringOb() 798 serverPanic("Unknown list encoding"); in defragKey() 808 serverPanic("Unknown set encoding"); in defragKey() 817 serverPanic("Unknown sorted set encoding"); in defragKey() 826 serverPanic("Unknown hash encoding"); in defragKey() 834 serverPanic("Unknown object type"); in defragKey()
|
| H A D | blocked.c | 172 serverPanic("Unknown btype in unblockClient()."); in unblockClient() 196 serverPanic("Unknown btype in replyToBlockedClientTimedOut()."); in replyToBlockedClientTimedOut()
|
| H A D | aof.c | 916 serverPanic("Unknown string encoding"); in rioWriteBulkObject() 949 serverPanic("Unknown list encoding"); in rewriteListObject() 996 serverPanic("Unknown set encoding"); in rewriteSetObject() 1065 serverPanic("Unknown sorted zset encoding"); in rewriteSortedSetObject() 1092 serverPanic("Unknown hash encoding"); in rioWriteHashIteratorCursor() 1339 serverPanic("Unknown object type"); in rewriteAppendOnlyFileRio()
|
| H A D | bio.c | 203 serverPanic("Wrong job type in bioProcessBackgroundJobs()."); in bioProcessBackgroundJobs()
|
| H A D | sort.c | 313 default: vectorlen = 0; serverPanic("Bad SORT type"); /* Avoid GCC warning */ in sortCommand() 445 serverPanic("Unknown type"); in sortCommand()
|
| H A D | db.c | 587 serverPanic("Type not handled in SCAN callback."); in scanCallback() 735 serverPanic("Not handled encoding in SCAN."); in scanGenericCommand() 1220 …serverPanic("Redis built-in command declared keys positions not matching the arity requirements."); in getKeysUsingCommandTable()
|
| H A D | evict.c | 202 serverPanic("Unknown eviction policy in evictionPoolPopulate()"); in evictionPoolPopulate()
|
| H A D | debug.c | 197 serverPanic("Unknown sorted set encoding"); in xorObjectDigest() 246 serverPanic("Unknown object type"); in xorObjectDigest() 332 serverPanic("DEBUG PANIC called at Unix time %ld", time(NULL)); in debugCommand()
|
| H A D | server.c | 2134 serverPanic("Can't create event loop timers."); in initServer() 2144 serverPanic( in initServer() 2149 …acceptUnixHandler,NULL) == AE_ERR) serverPanic("Unrecoverable error creating server.sofd file even… in initServer() 2156 serverPanic( in initServer() 2218 default: serverPanic("Unsupported command flag"); break; in populateCommandTable() 3929 serverPanic("Redis aborting for OUT OF MEMORY"); in redisOutOfMemoryHandler()
|
| H A D | module.c | 1992 serverPanic("Unsupported zset encoding"); in zsetInitScoreRange() 2056 serverPanic("Unsupported zset encoding"); in zsetInitLexRange() 2106 serverPanic("Unsupported zset encoding"); in RM_ZsetRangeCurrentElement() 2171 serverPanic("Unsupported zset encoding"); in RM_ZsetRangeNext() 2234 serverPanic("Unsupported zset encoding"); in RM_ZsetRangePrev()
|
| H A D | bitops.c | 184 serverPanic("End of redisBitpos() reached."); in redisBitpos()
|
| H A D | networking.c | 313 serverPanic("Wrong obj->encoding in addReply()"); in addReply() 1462 serverPanic("Unknown request type"); in processInputBuffer()
|
| H A D | hyperloglog.c | 1033 serverPanic("Unknown HyperLogLog encoding in hllCount()"); in hllCount()
|
| H A D | t_stream.c | 978 serverPanic("NACK half-created. Should not be possible."); in streamReplyWithRange() 2232 serverPanic("StreamID invalid after check. Should not be possible."); in xclaimCommand()
|
| H A D | cluster.c | 210 serverPanic("Unknown flag in redis cluster config file"); in clusterLoadConfig() 498 serverPanic("Unrecoverable error creating Redis Cluster " in clusterInit() 5651 serverPanic("getNodeByQuery() unknown error."); in clusterRedirectClient()
|
| H A D | server.h | 458 #define serverPanic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1) macro
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 649 Fixed a serverPanic when sending an invalid command to a monitor client
|