MCPcopy Create free account

hub / github.com/apache/kvrocks / functions

Functions3,913 in github.com/apache/kvrocks

↓ 9 callersMethodConstructFieldMeta
src/search/search_encoding.h:176
↓ 9 callersFunctionDecodeFixed64
src/common/encoding.h:90
↓ 9 callersFunctionDumpConfigLine
src/config/config_util.cc:151
↓ 9 callersFunctionFloat2String
src/common/string_util.cc:33
↓ 9 callersMethodGetID
src/server/redis_connection.h:136
↓ 9 callersMethodGetInstantaneousMetric
src/stats/stats.cc:120
↓ 9 callersMethodGetKeySize
src/stats/disk_stats.cc:47
↓ 9 callersMethodIsFlagEnabled
src/server/redis_connection.cc:222
↓ 9 callersMethodKey
src/cluster/replication.h:244
↓ 9 callersMethodNext
src/search/plan_executor.h:100
↓ 9 callersFunctionOptionalsToString
src/commands/cmd_json.cc:36
↓ 9 callersFunctionParseClientCommand
Helper: look up the "client" command from the global table and invoke Parse.
tests/cppunit/server_client_pause_test.cc:169
↓ 9 callersMethodPopMulti
src/types/redis_list.cc:105
↓ 9 callersMethodRead
()
tests/gocase/integration/cli/cli_test.go:71
↓ 9 callersMethodRem
* LRem would remove which value is equal to elem, and count limit the remove number and direction * Caution: The LRem timing complexity is O(N), don'
src/types/redis_list.cc:173
↓ 9 callersMethodStart
()
tests/gocase/util/server.go:156
↓ 9 callersFunctionSubscribeCommandReply
src/commands/cmd_pubsub.cc:77
↓ 9 callersMethodTrackInstantaneousMetric
src/stats/stats.cc:107
↓ 9 callersMethodUnpauseConns
src/server/server.cc:1014
↓ 9 callersMethodView
src/common/event_util.h:49
↓ 9 callersFunctionWrite
src/common/io_util.cc:453
↓ 9 callersFunctionmigrateSlotRangeAndSetSlot
(t *testing.T, ctx context.Context, source *redis.Client, dest *redis.Client, destID string, slotRange string)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1230
↓ 9 callersFunctionrun_pipe
(*args: str, msg: Optional[str] = None, verbose: bool = False, **kwargs: Any)
x.py:76
↓ 8 callersFunctionAddStreamEntriesToResponse
src/commands/cmd_stream.cc:54
↓ 8 callersMethodClose
src/server/redis_connection.cc:96
↓ 8 callersMethodCount
src/search/ir.h:393
↓ 8 callersFunctionDecodeFieldState
src/types/redis_hash.cc:117
↓ 8 callersMethodFail
src/cluster/slot_import.cc:70
↓ 8 callersMethodFindHash
src/types/bloom_filter.cc:61
↓ 8 callersFunctionGeohashMoveX
src/types/geohash.cc:233
↓ 8 callersFunctionGeohashMoveY
src/types/geohash.cc:252
↓ 8 callersMethodGet
Get a read-only segment by given index
src/types/redis_bitmap.cc:663
↓ 8 callersMethodGetAll
src/types/redis_hash.cc:734
↓ 8 callersMethodGetAnnounceIP
src/server/redis_connection.h:156
↓ 8 callersMethodGetConfig
src/storage/storage.h:307
↓ 8 callersMethodGetSnapshot
GetSnapshot will create a snapshot first if it doesn't exist, and it's not a thread-safe operation.
src/storage/storage.h:484
↓ 8 callersFunctionGetTimeStampUS
src/common/time_util.h:33
↓ 8 callersMethodGetVersion
src/storage/redis_metadata.cc:77
↓ 8 callersMethodGetWorker
src/server/worker.h:116
↓ 8 callersMethodHasIndex
src/search/index_info.h:45
↓ 8 callersMethodSkip
src/commands/command_parser.h:95
↓ 8 callersFunctionStringNext
src/common/string_util.cc:550
↓ 8 callersMethodTake
src/types/redis_set.cc:207
↓ 8 callersMethodToggle
src/types/redis_json.cc:338
↓ 8 callersMethodVerbatimString
src/server/redis_connection.h:81
↓ 8 callersFunctionisEmptyResult
(val interface{})
tests/gocase/unit/latency/latency_test.go:31
↓ 8 callersMethodread
src/types/redis_json.cc:77
↓ 8 callersFunctionrequireMigrateState
(t testing.TB, client *redis.Client, slot int, state SlotMigrationState)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1210
↓ 8 callersFunctionscan
SCAN of Kvrocks returns _cursor instead of cursor. Thus, redis.Client Scan can fail with `cursor, err := rd.ReadInt()' returns error. This method pro
tests/gocase/unit/scan/scan_test.go:485
↓ 7 callersFunctionCastToSignedWithoutBitChanges
safe cast from unsigned to signed, without any bit changes. see also "Integral conversions" on https://en.cppreference.com/w/cpp/language/implicit_con
src/common/bitfield_util.h:134
↓ 7 callersMethodContains
src/storage/redis_metadata.h:77
↓ 7 callersMethodEncode
src/search/search_encoding.h:45
↓ 7 callersFunctionEncodeFixed8
src/common/encoding.h:55
↓ 7 callersMethodEncodeSubkeyValue
src/storage/redis_metadata.cc:385
↓ 7 callersFunctionExtractKMetadataResponse
(result interface{})
tests/gocase/unit/kmetadata/kmetadata_test.go:61
↓ 7 callersFunctionGeohashDecode
src/types/geohash.cc:179
↓ 7 callersMethodGetFinalResults
src/types/timeseries.cc:163
↓ 7 callersMethodGetMetadata
src/types/redis_set.cc:32
↓ 7 callersMethodGetValidCount
src/types/timeseries.cc:238
↓ 7 callersMethodGetWALIter
src/storage/storage.cc:603
↓ 7 callersMethodInsert
src/types/redis_list.cc:273
↓ 7 callersMethodIsSlave
src/server/server.h:212
↓ 7 callersMethodIsStopped
src/server/server.h:200
↓ 7 callersMethodKnnSearch
src/search/hnsw_indexer.cc:594
↓ 7 callersMethodLua
src/server/worker.h:78
↓ 7 callersFunctionNilString
src/server/redis_reply.h:57
↓ 7 callersFunctionParseRangeStart
src/types/redis_stream_base.cc:127
↓ 7 callersFunctionParseToIR
src/search/sql_transformer.h:236
↓ 7 callersMethodRange
src/commands/cmd_zset.cc:478
↓ 7 callersMethodReadByte
src/common/rdb_stream.h:38
↓ 7 callersMethodRemoveSamplesBetween
src/types/timeseries.cc:481
↓ 7 callersMethodRetrieve
src/search/indexer.cc:129
↓ 7 callersFunctionSendString
src/cluster/replication.cc:267
↓ 7 callersMethodSetOfBulkStrings
src/server/redis_connection.h:97
↓ 7 callersFunctionT
tests/cppunit/plan_executor_test.cc:95
↓ 7 callersFunctionThreadJoin
src/common/thread_util.cc:89
↓ 7 callersMethodTrimmedMean
src/types/redis_tdigest.cc:802
↓ 7 callersFunctionTryParseFloat
src/common/parse_util.h:99
↓ 7 callersMethodUpdate
src/search/indexer.cc:345
↓ 7 callersFunctionV
tests/cppunit/plan_executor_test.cc:96
↓ 6 callersMethodArrAppend
src/types/redis_json.cc:178
↓ 6 callersFunctionComposeSlotKeyPrefix
src/storage/redis_metadata.cc:152
↓ 6 callersMethodCountMultiple
src/types/redis_hyperloglog.cc:223
↓ 6 callersFunctionCreateBlockSplitBloomFilter
src/types/bloom_filter.cc:25
↓ 6 callersFunctionCreateEmptyOwnedTSChunk
src/types/timeseries.cc:43
↓ 6 callersMethodCreateGroup
src/types/redis_stream.cc:686
↓ 6 callersFunctionDegRad
src/types/geohash.cc:52
↓ 6 callersMethodDestroyGroup
src/types/redis_stream.cc:737
↓ 6 callersMethodFind
src/search/index_info.h:78
↓ 6 callersMethodFlushAll
src/storage/redis_db.cc:459
↓ 6 callersMethodForEachKeyRange
src/commands/commander.h:297
↓ 6 callersFunctionGetBitmap
(t *testing.T, rdb *redis.Client, ctx context.Context, keys ...string)
tests/gocase/unit/type/bitmap/bitmap_test.go:57
↓ 6 callersMethodGetEx
src/types/redis_string.cc:158
↓ 6 callersMethodGetExpireTime
src/storage/redis_db.cc:235
↓ 6 callersFunctionGetVectorKeys
tests/cppunit/hnsw_index_test.cc:34
↓ 6 callersMethodIs
src/search/value.h:51
↓ 6 callersMethodIsSigned
src/common/bitfield_util.h:70
↓ 6 callersFunctionLerp
a numerically stable lerp is unbelievably complex but we are *approximating* the quantile, so let's keep it simple reference: https://github.com/apach
src/types/tdigest.h:86
↓ 6 callersMethodList
src/search/ir.h:81
↓ 6 callersFunctionLoadFieldState
src/types/redis_hash.cc:138
← previousnext →301–400 of 3,913, ranked by callers