MCPcopy Create free account

hub / github.com/Tencent/Tendis / functions

Functions3,941 in github.com/Tencent/Tendis

↓ 1 callersMethodgetLockList
src/tendisplus/lock/mgl/mgl_mgr.cpp:242
↓ 1 callersMethodgetLockStartTime
src/tendisplus/cluster/migrate_sender.h:99
↓ 1 callersMethodgetLockStates
src/tendisplus/network/session_ctx.cpp:208
↓ 1 callersMethodgetMasterEpoch
src/tendisplus/cluster/cluster_manager.cpp:225
↓ 1 callersMethodgetMasterHost
src/tendisplus/replication/repl_manager.cpp:1416
↓ 1 callersFunctiongetMaxTid
()
performance_test_tools/pipeline_automation_tools/writeTag.py:27
↓ 1 callersFunctiongetMessage
(mess string, channel string)
src/tendisplus/integrate_test/pubsubtest.go:139
↓ 1 callersMethodgetMigrateInfo
src/tendisplus/cluster/migrate_manager.cpp:1596
↓ 1 callersMethodgetMigrateInfoStr
src/tendisplus/cluster/migrate_manager.cpp:1500
↓ 1 callersMethodgetMigrateInfoStrSimple
pass cluster node slots to check
src/tendisplus/cluster/migrate_manager.cpp:1526
↓ 1 callersMethodgetMovedNum
src/tendisplus/server/segment_manager.h:89
↓ 1 callersMethodgetNanos
src/tendisplus/commands/command.cpp:177
↓ 1 callersMethodgetNanosFromRead
src/tendisplus/commands/command.cpp:181
↓ 1 callersMethodgetNodeNameNolock
src/tendisplus/cluster/cluster_manager.cpp:186
↓ 1 callersMethodgetNonFailingSlavesCount
src/tendisplus/cluster/cluster_manager.cpp:440
↓ 1 callersMethodgetPerfContextStr
src/tendisplus/network/session_ctx.cpp:262
↓ 1 callersMethodgetPosAlloc
src/tendisplus/storage/record.cpp:1652
↓ 1 callersMethodgetProtectBinlogid
src/tendisplus/cluster/migrate_manager.cpp:1487
↓ 1 callersFunctiongetRandomBytes
Get random bytes, attempts to get an initial seed from /dev/urandom and * the uses a one way hash function in counter mode to generate a random * st
src/tendisplus/utils/redis_port.cpp:1670
↓ 1 callersFunctiongetRandomHexChars
Generate the Redis "Run ID", a SHA1-sized random number that identifies a * given execution of Redis, so that if you are talking with an instance *
src/tendisplus/utils/redis_port.cpp:1749
↓ 1 callersMethodgetRecycleBinlogStr
src/tendisplus/replication/repl_manager.cpp:1393
↓ 1 callersMethodgetRecycleStatus
src/tendisplus/replication/repl_manager.cpp:717
↓ 1 callersMethodgetReplInfo
src/tendisplus/replication/repl_manager.cpp:1569
↓ 1 callersMethodgetRocksdbCFOptions
src/tendisplus/server/server_params.h:429
↓ 1 callersMethodgetScript
src/tendisplus/storage/record.h:916
↓ 1 callersMethodgetScriptContent
src/tendisplus/script/script_manager.cpp:126
↓ 1 callersMethodgetSenderState
src/tendisplus/cluster/migrate_sender.h:118
↓ 1 callersMethodgetSession
src/tendisplus/network/network_test.cpp:350
↓ 1 callersMethodgetSessionCmd
src/tendisplus/server/session.cpp:120
↓ 1 callersMethodgetSha
src/tendisplus/storage/record.h:912
↓ 1 callersMethodgetShardLocks
src/tendisplus/lock/mgl/mgl_mgr.cpp:181
↓ 1 callersFunctiongetSizeReadable
src/tendisplus/utils/string.cpp:445
↓ 1 callersMethodgetSlaveNum
src/tendisplus/cluster/cluster_manager.cpp:572
↓ 1 callersMethodgetSlavesCount
src/tendisplus/cluster/cluster_manager.cpp:567
↓ 1 callersMethodgetSlotsVec
Now the function is only called by ClusterState::clusterSaveNodes()
src/tendisplus/cluster/cluster_manager.cpp:559
↓ 1 callersMethodgetSlowlogLen
src/tendisplus/server/server_entry.cpp:104
↓ 1 callersMethodgetSnapshot
src/tendisplus/storage/rocks/rocks_kvstore.cpp:764
↓ 1 callersMethodgetStatInfo
src/tendisplus/server/server_entry.cpp:1596
↓ 1 callersMethodgetStatistics
src/tendisplus/storage/rocks/rocks_kvstore.cpp:3207
↓ 1 callersMethodgetStopMap
src/tendisplus/cluster/migrate_manager.cpp:830
↓ 1 callersMethodgetSubscribeChannels
src/tendisplus/network/session_ctx.cpp:387
↓ 1 callersMethodgetSubscribePatterns
src/tendisplus/network/session_ctx.cpp:391
↓ 1 callersMethodgetTTL
src/tendisplus/commands/dump.h:108
↓ 1 callersMethodgetTail
src/tendisplus/storage/skiplist.cpp:1077
↓ 1 callersFunctiongetTimeReadable
src/tendisplus/utils/string.cpp:464
↓ 1 callersMethodgetTsEP
src/tendisplus/network/session_ctx.h:87
↓ 1 callersMethodgetType
src/tendisplus/storage/record.h:822
↓ 1 callersMethodgetUnderlayerOptDB
src/tendisplus/storage/rocks/rocks_kvstore.cpp:2782
↓ 1 callersMethodgetWaitingJobs
src/tendisplus/utils/test_util.cpp:668
↓ 1 callersMethodgetWaitlock
src/tendisplus/network/session_ctx.cpp:202
↓ 1 callersMethodgetfullsyncSuccTime
check if fullsync has done
src/tendisplus/replication/repl_manager.cpp:727
↓ 1 callersMethodgetsStoreid
src/tendisplus/cluster/migrate_receiver.h:50
↓ 1 callersMethodgossipEncode
src/tendisplus/cluster/cluster_manager.cpp:4004
↓ 1 callersMethodhandleRedirectByKey
src/tendisplus/server/segment_manager.cpp:34
↓ 1 callersMethodheadEncode
src/tendisplus/cluster/cluster_manager.cpp:3720
↓ 1 callersFunctionhllAdd
Call hllDenseAdd() or hllSparseAdd() according to the HLL encoding. */
src/tendisplus/utils/hyperloglog.cpp:1105
↓ 1 callersFunctionhllCountFast
src/tendisplus/utils/hyperloglog.cpp:1244
↓ 1 callersFunctionhllDenseAdd
"Add" the element in the dense hyperloglog data structure. * Actually nothing is added, but the max 0 pattern counter of the subset * the element be
src/tendisplus/utils/hyperloglog.cpp:474
↓ 1 callersFunctionhllDenseSum
Compute SUM(2^-reg) in the dense representation. * PE is an array with a pre-computer table of values 2^-reg indexed by reg. * As a side effect the
src/tendisplus/utils/hyperloglog.cpp:485
↓ 1 callersFunctionhllMerge
Merge by computing MAX(registers[i],hll[i]) the HyperLogLog 'hll' * with an array of uint8_t HLL_REGISTERS registers pointed by 'max'. * * The hll
src/tendisplus/utils/hyperloglog.cpp:1128
↓ 1 callersFunctionhllRawSum
Implements the SUM operation for uint8_t data type which is only used * internally as speedup for PFCOUNT with multiple keys. */
src/tendisplus/utils/hyperloglog.cpp:993
↓ 1 callersFunctionhllSparseAdd
"Add" the element in the sparse hyperloglog data structure. * Actually nothing is added, but the max 0 pattern counter of the subset * the element b
src/tendisplus/utils/hyperloglog.cpp:936
↓ 1 callersFunctionhllSparseSum
Compute SUM(2^-reg) in the sparse representation. * PE is an array with a pre-computer table of values 2^-reg indexed by reg. * As a side effect the
src/tendisplus/utils/hyperloglog.cpp:951
↓ 1 callersFunctionhllUpdateByRawHpll
src/tendisplus/utils/hyperloglog.cpp:1275
↓ 1 callersFunctionhtonll
src/tendisplus/utils/redis_port.cpp:924
↓ 1 callersMethodincrCallTimes
src/tendisplus/commands/command.cpp:155
↓ 1 callersMethodincrNanos
src/tendisplus/commands/command.cpp:159
↓ 1 callersMethodincrNanosFromRead
src/tendisplus/commands/command.cpp:163
↓ 1 callersMethodinitSlowlogFile
src/tendisplus/server/server_entry.cpp:127
↓ 1 callersMethodinitialize
src/tendisplus/include/optional.h:472
↓ 1 callersMethodinsertNodes
src/tendisplus/cluster/migrate_manager.cpp:1231
↓ 1 callersFunctionint2ClusterHealth
src/tendisplus/cluster/cluster_manager.cpp:30
↓ 1 callersMethodisBgCmd
src/tendisplus/commands/command.h:51
↓ 1 callersMethodisBigKey
src/tendisplus/storage/record.cpp:1177
↓ 1 callersMethodisEmpty
src/tendisplus/commands/repl.cpp:233
↓ 1 callersMethodisEmpty
src/tendisplus/storage/rocks/rocks_kvstore.cpp:1497
↓ 1 callersMethodisEmpty
src/tendisplus/cluster/migrate_batch.cpp:66
↓ 1 callersMethodisEnded
src/tendisplus/network/network.h:201
↓ 1 callersMethodisLockedByMe
src/tendisplus/network/session_ctx.cpp:289
↓ 1 callersMethodisMasterOk
src/tendisplus/cluster/cluster_manager.cpp:685
↓ 1 callersMethodisMultiKey
src/tendisplus/commands/command.cpp:253
↓ 1 callersMethodisSlotBelongToMe
src/tendisplus/cluster/cluster_manager.cpp:1272
↓ 1 callersMethodisallowDynamicSet
src/tendisplus/server/server_params.h:78
↓ 1 callersMethodlastInLexRange
src/tendisplus/storage/skiplist.cpp:681
↓ 1 callersMethodlastInRange
Find the last node index that is contained in the specified range. * Returns -1 when no element is contained in the range. */
src/tendisplus/storage/skiplist.cpp:526
↓ 1 callersFunctionld2string
Convert a long double into a string. If humanfriendly is non-zero * it does not use exponential format and trims trailing zeroes at the end, * howev
src/tendisplus/utils/redis_port.cpp:337
↓ 1 callersFunctionloadScriptwithMultiTread
(m *util.RedisServer)
src/tendisplus/integrate_test/repl.go:38
↓ 1 callersMethodlock
src/tendisplus/storage/pessimistic.cpp:16
↓ 1 callersMethodlogGeneral
src/tendisplus/server/server_entry.cpp:537
↓ 1 callersMethodluaKill
src/tendisplus/script/script_manager.h:36
↓ 1 callersFunctionluaLoadLibraries
src/tendisplus/script/lua_state.cpp:629
↓ 1 callersFunctionluaSortArray
Sort the array currently in the stack. We do this to make the output * of commands like KEYS or SMEMBERS something deterministic when called * from
src/tendisplus/script/lua_state.cpp:190
↓ 1 callersFunctionlzf_decompress
src/tendisplus/utils/lzf_d.cpp:66
↓ 1 callersFunctionmakeMigrateEnv
src/tendisplus/cluster/migrate_test.cpp:133
↓ 1 callersFunctionmakeRestoreEnv
src/tendisplus/server/restore_test.cpp:373
↓ 1 callersFunctionmakeRestoreEnv2
src/tendisplus/server/restore_test.cpp:496
↓ 1 callersFunctionmakeSingleCluster
src/tendisplus/cluster/cluster_test.cpp:244
↓ 1 callersMethodmarkAsFailing
src/tendisplus/cluster/cluster_manager.cpp:577
↓ 1 callersFunctionmasterSendAof
src/tendisplus/replication/repl_util.cpp:189
↓ 1 callersFunctionmasterSendBinlogV2
src/tendisplus/replication/repl_util.cpp:52
← previousnext →1,101–1,200 of 3,941, ranked by callers