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 callers
Method
_compare_zset_data
(self, key)
utils/kvrocks2redis/tests/check_consistency.py:53
↓ 1 callers
Method
_import_and_compare
(self, num)
utils/kvrocks2redis/tests/check_consistency.py:94
↓ 1 callers
Function
basicTests
(t *testing.T, rdb *redis.Client, ctx context.Context, enabledRESP3, encoding string, srv *util.KvrocksServer)
tests/gocase/unit/type/zset/zset_test.go:70
↓ 1 callers
Function
build
(dir: str, jobs: Optional[int] = None, ninja: bool = False, unittest: bool = False, compiler: str =
x.py:117
↓ 1 callers
Method
clean
src/cluster/slot_migrate.cc:461
↓ 1 callers
Method
compare_redis_data
(self, key_file='')
utils/kvrocks2redis/tests/check_consistency.py:81
↓ 1 callers
Function
createInteractiveCli
(t *testing.T, srv *util.KvrocksServer)
tests/gocase/integration/cli/cli_test.go:49
↓ 1 callers
Method
cron
src/server/server.cc:892
↓ 1 callers
Function
download_package
(bindir: str)
x.py:255
↓ 1 callers
Method
getMetadata
src/types/redis_hash.cc:180
↓ 1 callers
Function
get_gopath
()
x.py:238
↓ 1 callers
Function
get_source_files
(dir: Path)
x.py:171
↓ 1 callers
Function
get_syspath
(sys_path: str)
x.py:245
↓ 1 callers
Function
handshakeWithRESP3
(t *testing.T, c *util.TCPClient)
tests/gocase/unit/protocol/protocol_test.go:247
↓ 1 callers
Function
kMetadataToInt64
(val interface{})
tests/gocase/util/kmetadata.go:46
↓ 1 callers
Method
loop
src/cluster/slot_migrate.cc:150
↓ 1 callers
Method
loop
src/cluster/replication.cc:178
↓ 1 callers
Function
optionsWithTimeouts
(options *redis.Options)
tests/gocase/util/server.go:88
↓ 1 callers
Function
parseRESPCommands
(t *testing.T, values []any)
tests/gocase/unit/server/poll_updates_test.go:46
↓ 1 callers
Function
parseStreamEntryID
(id string)
tests/gocase/unit/type/stream/stream_test.go:2648
↓ 1 callers
Function
parse_args
()
utils/kvrocks2redis/tests/populate-kvrocks.py:97
↓ 1 callers
Function
pipeline_execute
(client, name, cmds)
utils/kvrocks2redis/tests/populate-kvrocks.py:119
↓ 1 callers
Method
readCallback
for now, the only command that the master receive from the slave on this connection should be ack. the callback find the ack with largest sequence num
src/cluster/replication.cc:129
↓ 1 callers
Function
requireMigrateSlotRangeState
(t testing.TB, client *redis.Client, slotRange string, state SlotMigrationState)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1216
↓ 1 callers
Method
run
* Run connect to master, and start the following steps * asynchronously * - CheckDBName * - TryPsync * - - if ok, IncrementBatchLoop * - - no
src/cluster/replication.cc:490
↓ 1 callers
Method
sendAuth
src/cluster/replication.cc:1017
↓ 1 callers
Function
streamNextID
streamNextID returns the ID immediately greater than the specified one. Note that this function does not care to handle 'seq' overflow since it's a 6
tests/gocase/unit/type/stream/stream_test.go:818
↓ 1 callers
Function
streamSimulateXRANGE
streamSimulateXRANGE simulates Redis XRANGE implementation in Golang.
tests/gocase/unit/type/stream/stream_test.go:773
↓ 1 callers
Function
stressTests
(t *testing.T, rdb *redis.Client, ctx context.Context, encoding string)
tests/gocase/unit/type/zset/zset_test.go:1670
↓ 1 callers
Method
sync
utils/kvrocks2redis/redis_writer.cc:88
↓ 1 callers
Function
tdigestTests
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/tdigest/tdigest_test.go:93
↓ 1 callers
Function
tdigestTestsByRankAndByRevRank
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/tdigest/tdigest_test.go:1079
↓ 1 callers
Function
testBloom
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/bloom/bloom_test.go:47
↓ 1 callers
Function
testIncr
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/incr/incr_test.go:47
↓ 1 callers
Function
testJSON
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/json/json_test.go:47
↓ 1 callers
Function
testLTRIM
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/list/list_test.go:61
↓ 1 callers
Function
testList
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/list/list_test.go:288
↓ 1 callers
Function
testPubSub
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/pubsub/pubsub_test.go:59
↓ 1 callers
Function
testRpoplpush
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/list/list_test.go:1588
↓ 1 callers
Function
testSint
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/sint/sint_test.go:46
↓ 1 callers
Function
testString
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/strings/strings_test.go:52
↓ 1 callers
Function
testTimeSeries
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/timeseries/timeseries_test.go:50
↓ 1 callers
Function
testZipList
(t *testing.T, configs util.KvrocksServerConfigs)
tests/gocase/unit/type/list/list_test.go:120
↓ 1 callers
Function
toInt64
(val interface{})
tests/gocase/unit/type/list/list_test.go:1523
↓ 1 callers
Function
toInt64
(val interface{})
tests/gocase/unit/kmetadata/kmetadata_test.go:48
↓ 1 callers
Function
waitForMigrateSlotRangeStateInDuration
(t testing.TB, client *redis.Client, slotRange string, state SlotMigrationState, d time.Duration)
tests/gocase/integration/slotmigrate/slotmigrate_test.go:1198
↓ 1 callers
Function
write_version
(release_version: str)
x.py:275
Method
A
NOLINT
tests/cppunit/status_test.cc:123
Method
Add
src/types/redis_stream.cc:88
Method
Add
the max 0 pattern counter of the subset the element belongs to is incremented if needed */
src/types/redis_hyperloglog.cc:110
Method
Add
src/types/redis_zset.cc:39
Method
Add
merge one centroid from a sorted centroid stream
src/types/tdigest.cc:66
Method
Add
src/types/redis_sortedint.cc:35
Method
Add
src/types/redis_tdigest.cc:174
Method
Add
src/types/redis_geo.cc:27
Method
Add
src/types/redis_set.cc:58
Method
Add
src/types/redis_timeseries.cc:1925
Method
Add
src/types/redis_bloom_chain.cc:139
Method
Add
src/search/index_info.h:65
Method
Add
src/server/namespace.cc:168
Method
AddEdge
src/search/hnsw_indexer.cc:230
Method
AddUserKey
src/storage/table_properties_collector.cc:30
Method
AdditionalFlagGen
src/commands/commander.h:189
Method
Align52Bits
src/types/geohash.cc:439
Method
All
src/storage/redis_metadata.h:71
Method
AndExpr
src/search/ir.h:317
Method
ArrAppend
src/types/json.h:257
Method
ArrIndex
src/types/json.h:320
Method
ArrInsert
src/types/json.h:277
Method
ArrLen
src/types/json.h:430
Method
ArrPop
src/types/json.h:527
Method
ArrTrim
src/types/json.h:554
Method
ArrayBitfieldBitmap
byte_offset is the byte offset of view in entire bitmap.
src/common/bitfield_util.h:192
Method
As
src/search/ir.h:74
Method
AutoGeneratedEntryID
src/types/redis_stream_base.h:89
Method
BatchSender
src/cluster/batch_sender.h:30
Function
BetweenValues
BetweenValues asserts start <= d <= end
tests/gocase/util/assertions.go:35
Function
BetweenValuesEx
BetweenValuesEx asserts start < d < end
tests/gocase/util/assertions.go:41
Method
Binary2Vector
src/search/common_transformer.h:129
Method
BitCount
src/types/redis_bitmap_string.cc:72
Method
BitPos
src/types/redis_bitmap_string.cc:107
Method
Bitfield
src/types/redis_bitmap_string.cc:208
Method
BitfieldEncoding
src/common/bitfield_util.h:99
Method
BitfieldReadOnly
src/types/redis_bitmap_string.cc:277
Method
BitfieldValue
src/common/bitfield_util.h:142
Method
Bitmap
src/types/redis_bitmap.h:48
Method
BitmapMetadata
src/storage/redis_metadata.h:257
Method
BitmapString
src/types/redis_bitmap_string.h:36
Method
BlockKeys
src/commands/cmd_zset.cc:345
Method
BlockKeys
src/commands/cmd_zset.cc:547
Method
BlockKeys
src/commands/cmd_list.cc:277
Method
BlockKeys
src/commands/cmd_list.cc:437
Method
BlockKeys
src/commands/cmd_list.cc:786
Method
BlockSplitBloomFilter
The constructor of BlockSplitBloomFilter. It uses XXH64 as hash function.
src/types/bloom_filter.h:95
Method
BlockingRead
src/commands/cmd_stream.cc:1298
Method
BlockingRead
src/commands/cmd_stream.cc:1614
Method
BloomChain
src/types/redis_bloom_chain.h:65
Method
BloomChainMetadata
src/storage/redis_metadata.h:326
Method
BoolLiteral
src/search/ir.h:287
Method
BoundingBox
Return the bounding box of the search area centered at latitude,longitude * having a radius of radius_meter. bounds[0] - bounds[2] is the minimum *
src/types/geohash.cc:333
← previous
next →
1,301–1,400 of 3,913, ranked by callers