MCPcopy Create free account

hub / github.com/apache/kvrocks / functions

Functions3,913 in github.com/apache/kvrocks

↓ 3 callersMethodHasXX
src/types/redis_zset.h:71
↓ 3 callersFunctionHeaderOfMap
src/server/redis_reply.h:121
↓ 3 callersFunctionHllDenseGetRegister
src/types/hyperloglog.cc:58
↓ 3 callersMethodId
src/storage/storage.h:135
↓ 3 callersMethodIncrInboundBytes
src/stats/stats.h:89
↓ 3 callersFunctionIncrementStreamEntryID
src/types/redis_stream_base.cc:39
↓ 3 callersMethodInsertHash
src/types/bloom_filter.cc:76
↓ 3 callersFunctionIntegerArray
src/commands/cmd_hash.cc:54
↓ 3 callersMethodIsAdmin
src/server/redis_connection.h:162
↓ 3 callersFunctionIsHashFieldExpirationMetadataExpired
src/storage/compact_filter.cc:61
↓ 3 callersMethodIsInExec
src/server/redis_connection.h:194
↓ 3 callersFunctionIsLittleEndian
src/common/encoding.h:35
↓ 3 callersMethodIsMaximum
src/types/redis_stream_base.h:47
↓ 3 callersMethodIsMember
src/types/redis_set.cc:175
↓ 3 callersMethodIsMigrationInProgress
src/cluster/slot_migrate.h:105
↓ 3 callersMethodIsPaused
src/server/redis_connection.h:190
↓ 3 callersMethodIsSingleKVType
src/storage/redis_metadata.cc:334
↓ 3 callersMethodIsStopped
src/cluster/replication.h:73
↓ 3 callersMethodK
src/types/tdigest.cc:42
↓ 3 callersMethodMIsMember
src/types/redis_set.cc:183
↓ 3 callersMethodMap
src/server/redis_connection.h:107
↓ 3 callersFunctionMatchListeningIP
src/common/io_util.cc:394
↓ 3 callersMethodNeedNotFreeBufferEvent
src/server/redis_connection.h:169
↓ 3 callersMethodNextSequenceNumber
src/storage/iterator.cc:275
↓ 3 callersMethodNodesFilePath
src/config/config.cc:841
↓ 3 callersMethodPropagate
Generally, we store data into RocksDB and just replicate WAL instead of propagating commands. But sometimes, we need to update inner states or do spec
src/server/server.cc:1958
↓ 3 callersMethodPublishMessage
src/server/server.cc:426
↓ 3 callersMethodPurgeOldBackups
src/storage/storage.cc:580
↓ 3 callersFunctionPushArray
src/storage/scripting.cc:1489
↓ 3 callersMethodPushX
src/types/redis_list.cc:50
↓ 3 callersMethodQueryIndex
src/types/redis_timeseries.cc:2360
↓ 3 callersFunctionRANGEISZERO
src/types/geohash.h:110
↓ 3 callersFunctionRadDeg
src/types/geohash.cc:53
↓ 3 callersMethodRawPeek
src/commands/command_parser.h:74
↓ 3 callersMethodReadLockGuard
src/storage/storage.cc:1100
↓ 3 callersMethodRecordStat
src/storage/storage.cc:875
↓ 3 callersFunctionRedisProtocolToLuaTypeAggregate
src/storage/scripting.cc:1157
↓ 3 callersMethodReserve
src/types/redis_bloom_chain.cc:125
↓ 3 callersMethodResetAuxs
src/types/redis_timeseries.cc:377
↓ 3 callersFunctionSHA1Hex
Perform the SHA1 of the input string. We use this both for hashing script * bodies in order to obtain the Lua function name, and in the implementatio
src/storage/scripting.cc:1035
↓ 3 callersFunctionScopedUpdates
tests/cppunit/plan_executor_test.cc:374
↓ 3 callersMethodScriptFlush
src/server/server.cc:1944
↓ 3 callersMethodSearch
src/types/redis_geo.cc:107
↓ 3 callersMethodSearchLayer
src/search/hnsw_indexer.cc:347
↓ 3 callersMethodSelectNeighbors
src/search/hnsw_indexer.cc:262
↓ 3 callersFunctionSendMembersWithScoresForZMpop
src/commands/cmd_zset.cc:416
↓ 3 callersFunctionSetBinaryBuffer
(buf *bytes.Buffer, vec []float64)
tests/gocase/unit/search/search_test.go:35
↓ 3 callersMethodSetDBOption
src/storage/storage.cc:250
↓ 3 callersFunctionSplitArguments
src/common/string_util.cc:300
↓ 3 callersMethodSplitSamplesToBuckets
src/types/redis_timeseries.cc:729
↓ 3 callersMethodStart
src/cluster/replication.cc:70
↓ 3 callersMethodStrAppend
src/types/redis_json.cc:467
↓ 3 callersMethodSync
utils/kvrocks2redis/sync.cc:42
↓ 3 callersFunctionToSlices
src/commands/cmd_hash.cc:45
↓ 3 callersFunctionTransformToSpan
src/types/redis_hyperloglog.cc:33
↓ 3 callersFunctionTryParseInt
NOLINT
src/common/parse_util.h:41
↓ 3 callersMethodTypeName
src/storage/redis_metadata.cc:226
↓ 3 callersMethodUnion
* Returns the members of the set resulting from the union of all the given sets. * For example: * key1 = {a,b,c,d} * key2 = {c} * key3 = {a,c,e}
src/types/redis_set.cc:319
↓ 3 callersMethodWorkExclusivityGuard
src/server/server.cc:867
↓ 3 callersMethoddump
src/search/ir_dot_dumper.h:42
↓ 3 callersFunctiongeoDistance
(lon1d, lat1d, lon2d, lat2d float64)
tests/gocase/unit/geo/geo_test.go:48
↓ 3 callersFunctioninsertIntoStreamKey
(t *testing.T, rdb *redis.Client, key string)
tests/gocase/unit/type/stream/stream_test.go:827
↓ 3 callersFunctionrunWithHashConfigs
(t *testing.T, configOptions []util.ConfigOptions, fn func(t *testing.T, configs util.KvrocksServerConfigs))
tests/gocase/unit/type/hash/hash_test.go:55
↓ 3 callersFunctionwaitForImportState
(t testing.TB, client *redis.Client, n int, state SlotImportState)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1222
↓ 3 callersFunctionwaitForMigrateStateInDuration
(t testing.TB, client *redis.Client, slot int, state SlotMigrationState, d time.Duration)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1190
↓ 2 callersMethodAddMaster
src/server/server.cc:280
↓ 2 callersMethodBecomeUser
src/server/redis_connection.h:164
↓ 2 callersMethodBigNumber
src/server/redis_connection.h:79
↓ 2 callersMethodBitOp
src/types/redis_bitmap.cc:459
↓ 2 callersFunctionBitSwap
src/common/encoding.h:38
↓ 2 callersFunctionBitfieldOp
return true if successful. Status is not ok iff calling BitfieldEncoding::IsSupportedBitLengths() for given op return false.
src/common/bitfield_util.h:171
↓ 2 callersFunctionBitfieldPlus
Let value add incr, according to the encoding and overflow rule. return true if overflow. Status is not ok iff calling BitfieldEncoding::IsSupportedBi
src/common/bitfield_util.h:161
↓ 2 callersMethodBlockOnStreams
src/server/server.cc:657
↓ 2 callersMethodBlockOnWait
src/server/server.cc:740
↓ 2 callersMethodBuild
src/search/indexer.cc:368
↓ 2 callersFunctionBytesToHuman
src/common/string_util.cc:416
↓ 2 callersMethodCanExecByMySelf
src/cluster/cluster.cc:870
↓ 2 callersMethodCancelSyncCtx
src/cluster/slot_migrate.cc:1237
↓ 2 callersFunctionCeilDiv1000
src/commands/cmd_hash.cc:63
↓ 2 callersMethodCheck
src/search/ir_sema_checker.h:42
↓ 2 callersFunctionCheckIfProfilingEnabled
src/server/memory_profiler.cc:51
↓ 2 callersMethodClone
src/types/redis_tdigest.cc:81
↓ 2 callersMethodColumnFamilyHandle
src/storage/iterator.cc:152
↓ 2 callersFunctionComposeSlotKeyUpperBound
src/storage/redis_metadata.cc:163
↓ 2 callersMethodConstructHnswLevelNodePrefix
src/search/search_encoding.h:243
↓ 2 callersFunctionConvertToString
tests/cppunit/rdb_test.cc:203
↓ 2 callersFunctionCreateFunction
Define a Lua function with the specified body. * The function name will be generated in the following form: * * f_<hex sha1 sum> * * The functi
src/storage/scripting.cc:1561
↓ 2 callersFunctionCreatePidFile
src/cli/pid_util.h:29
↓ 2 callersFunctionCreateSSLContext
src/server/tls_util.cc:119
↓ 2 callersFunctionCreateState
src/storage/scripting.cc:73
↓ 2 callersFunctionDBOpen
src/common/db_util.h:46
↓ 2 callersFunctionDaemonize
src/cli/daemon_util.h:106
↓ 2 callersMethodDecrFetchFileThread
src/server/server.h:216
↓ 2 callersMethodDelete
src/storage/batch_indexer.h:56
↓ 2 callersMethodDelete
src/cluster/batch_sender.cc:46
↓ 2 callersMethodDeleteVectorEntry
src/search/hnsw_indexer.cc:526
↓ 2 callersFunctionDestroyState
src/storage/scripting.cc:83
↓ 2 callersMethodDisableFlag
src/server/redis_connection.cc:220
↓ 2 callersMethodDist
src/types/redis_geo.cc:40
↓ 2 callersFunctionDoubleEqual
src/types/tdigest.h:167
← previousnext →601–700 of 3,913, ranked by callers