Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ functions
Functions
3,913 in github.com/apache/kvrocks
⨍
Functions
3,913
◇
Types & classes
1,048
↓ 1,590 callers
Method
Run
src/server/worker.cc:321
↓ 880 callers
Method
Del
src/types/redis_json.cc:407
↓ 697 callers
Method
ToString
src/common/cron.cc:30
↓ 669 callers
Method
IsOK
src/common/status.h:106
↓ 633 callers
Method
Set
src/config/config.cc:1011
↓ 502 callers
Method
Get
src/config/config.cc:994
↓ 473 callers
Method
get
src/types/redis_bitmap.cc:704
↓ 464 callers
Method
Add
src/types/tdigest.cc:400
↓ 458 callers
Method
Close
()
tests/gocase/util/server.go:115
↓ 403 callers
Method
end
src/search/search_encoding.h:281
↓ 305 callers
Method
NewClient
()
tests/gocase/util/server.go:84
↓ 281 callers
Method
Msg
src/common/status.h:111
↓ 279 callers
Method
GetNamespace
src/server/server.h:360
↓ 277 callers
Method
begin
src/search/search_encoding.h:277
↓ 256 callers
Method
Encode
src/types/timeseries.cc:248
↓ 243 callers
Method
GetValue
src/common/status.h:133
↓ 243 callers
Method
IsSlotIdEncoded
src/storage/storage.h:306
↓ 239 callers
Function
Integer
src/server/redis_reply.h:53
↓ 235 callers
Function
BulkString
src/server/redis_reply.cc:63
↓ 233 callers
Function
ParseNextStreamEntryIDStrategy
src/types/redis_stream_base.cc:82
↓ 232 callers
Method
Len
If `options` is StreamLenOptions{} the function just returns the number of entries in the stream. Additionally, if a specific entry ID is provided via
src/types/redis_stream.cc:1046
↓ 205 callers
Method
Close
()
tests/gocase/integration/cli/cli_test.go:64
↓ 205 callers
Method
EatEqICase
src/commands/command_parser.h:121
↓ 201 callers
Method
Contains
Contains is used to determine whether a slot is within the SlotRange. Note that if the SlotRange is invalid, it will always return False.
src/cluster/cluster_defs.h:55
↓ 201 callers
Method
ToString
src/search/value.h:72
↓ 189 callers
Method
Dump
src/search/ir.h:363
↓ 173 callers
Method
TTL
src/storage/redis_db.cc:219
↓ 166 callers
Function
Parse
tests/cppunit/ir_pass_test.cc:37
↓ 139 callers
Method
Put
src/cluster/batch_sender.cc:27
↓ 127 callers
Method
Sort
src/storage/redis_db.cc:781
↓ 121 callers
Method
GetConfig
src/server/server.h:202
↓ 117 callers
Method
MustRead
(t testing.TB, s string)
tests/gocase/util/tcp_client.go:70
↓ 114 callers
Method
Copy
src/storage/redis_db.cc:658
↓ 111 callers
Method
Next
src/storage/iterator.cc:37
↓ 110 callers
Function
Parse
tests/cppunit/sql_parser_test.cc:30
↓ 110 callers
Method
TakeStr
src/commands/command_parser.h:136
↓ 107 callers
Function
MultiLen
src/server/redis_reply.h:67
↓ 103 callers
Function
GetTimeStampMS
src/common/time_util.h:32
↓ 97 callers
Function
ToLower
src/common/string_util.cc:41
↓ 95 callers
Method
Write
src/storage/storage.cc:714
↓ 93 callers
Method
GetWriteBatchBase
src/storage/storage.cc:1002
↓ 92 callers
Function
NextRow
tests/cppunit/plan_executor_test.cc:68
↓ 92 callers
Method
Port
()
tests/gocase/util/server.go:62
↓ 91 callers
Method
GetCFHandle
src/storage/storage.cc:892
↓ 91 callers
Function
PutFixed64
src/common/encoding.h:76
↓ 91 callers
Method
Seek
src/storage/iterator.cc:86
↓ 88 callers
Method
ToString
src/types/tdigest.h:43
↓ 87 callers
Method
Prefixed
src/common/status.h:126
↓ 87 callers
Method
WriteArgs
(args ...string)
tests/gocase/util/tcp_client.go:135
↓ 85 callers
Function
receiveType
(t *testing.T, pubsub *redis.PubSub, typ T)
tests/gocase/unit/pubsub/pubsub_test.go:32
↓ 83 callers
Method
Create
tests/cppunit/plan_executor_test.cc:354
↓ 83 callers
Function
EqualICase
src/common/string_util.cc:51
↓ 81 callers
Method
Exists
src/storage/redis_db.cc:210
↓ 81 callers
Function
Parse
tests/cppunit/redis_query_parser_test.cc:29
↓ 81 callers
Function
StringMatch
Given a glob [pattern] and a string [string], return true iff the string matches the glob. If [ignore_case] is true, the match is case-insensitive.
src/common/string_util.cc:259
↓ 80 callers
Method
Valid
src/storage/iterator.cc:67
↓ 79 callers
Method
GetReadOptions
src/storage/storage.cc:1435
↓ 76 callers
Method
PutLogData
src/cluster/batch_sender.cc:56
↓ 75 callers
Method
Expire
src/types/timeseries.cc:60
↓ 72 callers
Method
NilString
src/server/redis_connection.h:84
↓ 71 callers
Method
Range
The offset can also be negative, -1 is the last element, -2 the penultimate Out of range indexes will not produce an error. If start is larger than th
src/types/redis_list.cc:379
↓ 70 callers
Function
GetFixed64
src/common/encoding.h:103
↓ 68 callers
Method
Host
()
tests/gocase/util/server.go:58
↓ 67 callers
Method
Good
src/commands/command_parser.h:86
↓ 63 callers
Method
GetDB
src/storage/storage.cc:970
↓ 62 callers
Function
EqualJSON
(t *testing.T, expected string, actual interface{})
tests/gocase/unit/type/json/json_test.go:747
↓ 61 callers
Method
Valid
src/types/redis_tdigest.cc:104
↓ 60 callers
Method
NewTCPClient
()
tests/gocase/util/server.go:103
↓ 59 callers
Function
ArrayOfBulkStrings
src/server/redis_reply.cc:71
↓ 58 callers
Function
FieldI
tests/cppunit/plan_executor_test.cc:92
↓ 58 callers
Method
GetSubKey
src/storage/redis_metadata.cc:75
↓ 57 callers
Method
Close
()
tests/gocase/util/tcp_client.go:58
↓ 57 callers
Method
DefaultScanOptions
src/storage/storage.cc:123
↓ 55 callers
Method
SetBit
src/types/redis_bitmap.cc:182
↓ 54 callers
Function
MakeSample
Helper function to generate TSSample with specific timestamp and value
tests/cppunit/types/timeseries_chunk_test.cc:37
↓ 54 callers
Function
SimpleString
src/server/redis_reply.cc:40
↓ 51 callers
Method
Next
src/types/timeseries.cc:274
↓ 50 callers
Method
Delete
src/types/redis_hash.cc:504
↓ 50 callers
Function
Split
src/common/string_util.cc:65
↓ 49 callers
Method
IsTimeMatch
src/common/cron.cc:81
↓ 49 callers
Method
MSet
src/types/redis_json.cc:548
↓ 48 callers
Method
String
src/types/redis_string.h:96
↓ 48 callers
Method
Write
(s string)
tests/gocase/util/tcp_client.go:127
↓ 47 callers
Method
Get
src/types/redis_geo.cc:187
↓ 46 callers
Function
IndexI
tests/cppunit/plan_executor_test.cc:91
↓ 44 callers
Function
Error
src/server/redis_reply.cc:49
↓ 43 callers
Method
NewClientWithOption
(options *redis.Options)
tests/gocase/util/server.go:95
↓ 43 callers
Method
Transform
src/search/ir_pass.h:40
↓ 42 callers
Function
Array
src/server/redis_reply.h:72
↓ 42 callers
Function
CreateTSChunkFromData
src/types/timeseries.cc:31
↓ 42 callers
Method
Push
src/types/redis_list.cc:45
↓ 40 callers
Function
createZset
(rdb *redis.Client, ctx context.Context, key string, items []redis.Z)
tests/gocase/unit/type/zset/zset_test.go:39
↓ 38 callers
Method
String
src/cluster/cluster_defs.h:63
↓ 37 callers
Method
Check
src/types/redis_timeseries.cc:541
↓ 37 callers
Function
ComposeNamespaceKey
src/storage/redis_metadata.cc:136
↓ 37 callers
Function
GetFixed8
src/common/encoding.h:100
↓ 37 callers
Method
Type
src/types/redis_json.cc:227
↓ 36 callers
Method
Join
src/server/server.cc:265
↓ 34 callers
Method
GetFD
src/server/redis_connection.h:174
↓ 34 callers
Function
ParseS
tests/cppunit/ir_pass_test.cc:226
next →
1–100 of 3,913, ranked by callers