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
↓ 3 callers
Method
HasXX
src/types/redis_zset.h:71
↓ 3 callers
Function
HeaderOfMap
src/server/redis_reply.h:121
↓ 3 callers
Function
HllDenseGetRegister
src/types/hyperloglog.cc:58
↓ 3 callers
Method
Id
src/storage/storage.h:135
↓ 3 callers
Method
IncrInboundBytes
src/stats/stats.h:89
↓ 3 callers
Function
IncrementStreamEntryID
src/types/redis_stream_base.cc:39
↓ 3 callers
Method
InsertHash
src/types/bloom_filter.cc:76
↓ 3 callers
Function
IntegerArray
src/commands/cmd_hash.cc:54
↓ 3 callers
Method
IsAdmin
src/server/redis_connection.h:162
↓ 3 callers
Function
IsHashFieldExpirationMetadataExpired
src/storage/compact_filter.cc:61
↓ 3 callers
Method
IsInExec
src/server/redis_connection.h:194
↓ 3 callers
Function
IsLittleEndian
src/common/encoding.h:35
↓ 3 callers
Method
IsMaximum
src/types/redis_stream_base.h:47
↓ 3 callers
Method
IsMember
src/types/redis_set.cc:175
↓ 3 callers
Method
IsMigrationInProgress
src/cluster/slot_migrate.h:105
↓ 3 callers
Method
IsPaused
src/server/redis_connection.h:190
↓ 3 callers
Method
IsSingleKVType
src/storage/redis_metadata.cc:334
↓ 3 callers
Method
IsStopped
src/cluster/replication.h:73
↓ 3 callers
Method
K
src/types/tdigest.cc:42
↓ 3 callers
Method
MIsMember
src/types/redis_set.cc:183
↓ 3 callers
Method
Map
src/server/redis_connection.h:107
↓ 3 callers
Function
MatchListeningIP
src/common/io_util.cc:394
↓ 3 callers
Method
NeedNotFreeBufferEvent
src/server/redis_connection.h:169
↓ 3 callers
Method
NextSequenceNumber
src/storage/iterator.cc:275
↓ 3 callers
Method
NodesFilePath
src/config/config.cc:841
↓ 3 callers
Method
Propagate
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 callers
Method
PublishMessage
src/server/server.cc:426
↓ 3 callers
Method
PurgeOldBackups
src/storage/storage.cc:580
↓ 3 callers
Function
PushArray
src/storage/scripting.cc:1489
↓ 3 callers
Method
PushX
src/types/redis_list.cc:50
↓ 3 callers
Method
QueryIndex
src/types/redis_timeseries.cc:2360
↓ 3 callers
Function
RANGEISZERO
src/types/geohash.h:110
↓ 3 callers
Function
RadDeg
src/types/geohash.cc:53
↓ 3 callers
Method
RawPeek
src/commands/command_parser.h:74
↓ 3 callers
Method
ReadLockGuard
src/storage/storage.cc:1100
↓ 3 callers
Method
RecordStat
src/storage/storage.cc:875
↓ 3 callers
Function
RedisProtocolToLuaTypeAggregate
src/storage/scripting.cc:1157
↓ 3 callers
Method
Reserve
src/types/redis_bloom_chain.cc:125
↓ 3 callers
Method
ResetAuxs
src/types/redis_timeseries.cc:377
↓ 3 callers
Function
SHA1Hex
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 callers
Function
ScopedUpdates
tests/cppunit/plan_executor_test.cc:374
↓ 3 callers
Method
ScriptFlush
src/server/server.cc:1944
↓ 3 callers
Method
Search
src/types/redis_geo.cc:107
↓ 3 callers
Method
SearchLayer
src/search/hnsw_indexer.cc:347
↓ 3 callers
Method
SelectNeighbors
src/search/hnsw_indexer.cc:262
↓ 3 callers
Function
SendMembersWithScoresForZMpop
src/commands/cmd_zset.cc:416
↓ 3 callers
Function
SetBinaryBuffer
(buf *bytes.Buffer, vec []float64)
tests/gocase/unit/search/search_test.go:35
↓ 3 callers
Method
SetDBOption
src/storage/storage.cc:250
↓ 3 callers
Function
SplitArguments
src/common/string_util.cc:300
↓ 3 callers
Method
SplitSamplesToBuckets
src/types/redis_timeseries.cc:729
↓ 3 callers
Method
Start
src/cluster/replication.cc:70
↓ 3 callers
Method
StrAppend
src/types/redis_json.cc:467
↓ 3 callers
Method
Sync
utils/kvrocks2redis/sync.cc:42
↓ 3 callers
Function
ToSlices
src/commands/cmd_hash.cc:45
↓ 3 callers
Function
TransformToSpan
src/types/redis_hyperloglog.cc:33
↓ 3 callers
Function
TryParseInt
NOLINT
src/common/parse_util.h:41
↓ 3 callers
Method
TypeName
src/storage/redis_metadata.cc:226
↓ 3 callers
Method
Union
* 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 callers
Method
WorkExclusivityGuard
src/server/server.cc:867
↓ 3 callers
Method
dump
src/search/ir_dot_dumper.h:42
↓ 3 callers
Function
geoDistance
(lon1d, lat1d, lon2d, lat2d float64)
tests/gocase/unit/geo/geo_test.go:48
↓ 3 callers
Function
insertIntoStreamKey
(t *testing.T, rdb *redis.Client, key string)
tests/gocase/unit/type/stream/stream_test.go:827
↓ 3 callers
Function
runWithHashConfigs
(t *testing.T, configOptions []util.ConfigOptions, fn func(t *testing.T, configs util.KvrocksServerConfigs))
tests/gocase/unit/type/hash/hash_test.go:55
↓ 3 callers
Function
waitForImportState
(t testing.TB, client *redis.Client, n int, state SlotImportState)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1222
↓ 3 callers
Function
waitForMigrateStateInDuration
(t testing.TB, client *redis.Client, slot int, state SlotMigrationState, d time.Duration)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1190
↓ 2 callers
Method
AddMaster
src/server/server.cc:280
↓ 2 callers
Method
BecomeUser
src/server/redis_connection.h:164
↓ 2 callers
Method
BigNumber
src/server/redis_connection.h:79
↓ 2 callers
Method
BitOp
src/types/redis_bitmap.cc:459
↓ 2 callers
Function
BitSwap
src/common/encoding.h:38
↓ 2 callers
Function
BitfieldOp
return true if successful. Status is not ok iff calling BitfieldEncoding::IsSupportedBitLengths() for given op return false.
src/common/bitfield_util.h:171
↓ 2 callers
Function
BitfieldPlus
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 callers
Method
BlockOnStreams
src/server/server.cc:657
↓ 2 callers
Method
BlockOnWait
src/server/server.cc:740
↓ 2 callers
Method
Build
src/search/indexer.cc:368
↓ 2 callers
Function
BytesToHuman
src/common/string_util.cc:416
↓ 2 callers
Method
CanExecByMySelf
src/cluster/cluster.cc:870
↓ 2 callers
Method
CancelSyncCtx
src/cluster/slot_migrate.cc:1237
↓ 2 callers
Function
CeilDiv1000
src/commands/cmd_hash.cc:63
↓ 2 callers
Method
Check
src/search/ir_sema_checker.h:42
↓ 2 callers
Function
CheckIfProfilingEnabled
src/server/memory_profiler.cc:51
↓ 2 callers
Method
Clone
src/types/redis_tdigest.cc:81
↓ 2 callers
Method
ColumnFamilyHandle
src/storage/iterator.cc:152
↓ 2 callers
Function
ComposeSlotKeyUpperBound
src/storage/redis_metadata.cc:163
↓ 2 callers
Method
ConstructHnswLevelNodePrefix
src/search/search_encoding.h:243
↓ 2 callers
Function
ConvertToString
tests/cppunit/rdb_test.cc:203
↓ 2 callers
Function
CreateFunction
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 callers
Function
CreatePidFile
src/cli/pid_util.h:29
↓ 2 callers
Function
CreateSSLContext
src/server/tls_util.cc:119
↓ 2 callers
Function
CreateState
src/storage/scripting.cc:73
↓ 2 callers
Function
DBOpen
src/common/db_util.h:46
↓ 2 callers
Function
Daemonize
src/cli/daemon_util.h:106
↓ 2 callers
Method
DecrFetchFileThread
src/server/server.h:216
↓ 2 callers
Method
Delete
src/storage/batch_indexer.h:56
↓ 2 callers
Method
Delete
src/cluster/batch_sender.cc:46
↓ 2 callers
Method
DeleteVectorEntry
src/search/hnsw_indexer.cc:526
↓ 2 callers
Function
DestroyState
src/storage/scripting.cc:83
↓ 2 callers
Method
DisableFlag
src/server/redis_connection.cc:220
↓ 2 callers
Method
Dist
src/types/redis_geo.cc:40
↓ 2 callers
Function
DoubleEqual
src/types/tdigest.h:167
← previous
next →
601–700 of 3,913, ranked by callers