Path Lines of Code cmake/checks/static_libstdcxx.cc 4 cmake/cpptrace.cmake 32 cmake/fmt.cmake 23 cmake/gtest.cmake 26 cmake/jemalloc.cmake 48 cmake/jsoncons.cmake 25 cmake/libevent.cmake 42 cmake/lua.cmake 41 cmake/luajit.cmake 61 cmake/lz4.cmake 37 cmake/modules/FindGTest.cmake 18 cmake/modules/FindGflags.cmake 18 cmake/modules/FindJeMalloc.cmake 22 cmake/modules/FindTBB.cmake 21 cmake/modules/FindZLIB.cmake 25 cmake/modules/Findlz4.cmake 22 cmake/modules/Findzstd.cmake 22 cmake/modules/SnappyConfig.cmake 21 cmake/pegtl.cmake 23 cmake/rangev3.cmake 42 cmake/rocksdb.cmake 51 cmake/snappy.cmake 28 cmake/span.cmake 23 cmake/spdlog.cmake 25 cmake/tbb.cmake 32 cmake/trie.cmake 23 cmake/utils.cmake 58 cmake/xxhash.cmake 29 cmake/zlib.cmake 23 cmake/zstd.cmake 37 src/cli/daemon_util.h 89 src/cli/main.cc 163 src/cli/pid_util.h 18 src/cli/signal_util.h 40 src/cli/version_util.h 16 src/cluster/batch_sender.cc 88 src/cluster/batch_sender.h 41 src/cluster/cluster.cc 713 src/cluster/cluster.h 89 src/cluster/cluster_defs.h 39 src/cluster/redis_slot.cc 46 src/cluster/redis_slot.h 9 src/cluster/replication.cc 865 src/cluster/replication.h 177 src/cluster/slot_import.cc 100 src/cluster/slot_import.h 32 src/cluster/slot_migrate.cc 1110 src/cluster/slot_migrate.h 149 src/cluster/sync_migrate_context.cc 45 src/cluster/sync_migrate_context.h 19 src/commands/blocking_commander.h 78 src/commands/cmd_bit.cc 325 src/commands/cmd_bloom_filter.cc 338 src/commands/cmd_cluster.cc 287 src/commands/cmd_function.cc 82 src/commands/cmd_geo.cc 592 src/commands/cmd_hash.cc 402 src/commands/cmd_hll.cc 64 src/commands/cmd_json.cc 578 src/commands/cmd_key.cc 478 src/commands/cmd_list.cc 738 src/commands/cmd_pubsub.cc 209 src/commands/cmd_replication.cc 271 src/commands/cmd_script.cc 92 src/commands/cmd_search.cc 446 src/commands/cmd_server.cc 1261 src/commands/cmd_set.cc 370 src/commands/cmd_sortedint.cc 198 src/commands/cmd_stream.cc 1547 src/commands/cmd_string.cc 586 src/commands/cmd_tdigest.cc 204 src/commands/cmd_txn.cc 84 src/commands/cmd_zset.cc 1312 src/commands/command_parser.h 123 src/commands/commander.cc 121 src/commands/commander.h 312 src/commands/error_constants.h 31 src/commands/scan_base.h 91 src/commands/ttl_util.h 22 src/common/bit_util.h 92 src/common/bitfield_util.cc 89 src/common/bitfield_util.h 209 src/common/cron.cc 70 src/common/cron.h 124 src/common/db_util.h 97 src/common/encoding.cc 87 src/common/encoding.h 82 src/common/event_util.h 101 src/common/io_util.cc 397 src/common/io_util.h 31 src/common/lock_manager.h 91 src/common/logging.h 45 src/common/observer_or_unique.h 36 src/common/parse_util.cc 20 src/common/parse_util.h 128 src/common/port.h 15 src/common/range_spec.cc 76 src/common/range_spec.h 30 src/common/rdb_stream.cc 51 src/common/rdb_stream.h 60 src/common/rocksdb_crc32c.h 19 src/common/scope_exit.h 21 src/common/status.h 285 src/common/string_util.cc 442 src/common/string_util.h 54 src/common/task_runner.cc 40 src/common/task_runner.h 49 src/common/thread_util.cc 23 src/common/thread_util.h 21 src/common/time_util.h 10 src/common/type_util.h 21 src/common/unique_fd.h 38 src/config/config.cc 933 src/config/config.h 223 src/config/config_type.h 271 src/config/config_util.cc 154 src/config/config_util.h 8 src/search/common_parser.h 25 src/search/common_transformer.h 89 src/search/executors/filter_executor.h 110 src/search/executors/full_index_scan_executor.h 41 src/search/executors/hnsw_vector_field_knn_scan_executor.h 43 src/search/executors/hnsw_vector_field_range_scan_executor.h 52 src/search/executors/limit_executor.h 27 src/search/executors/merge_executor.h 24 src/search/executors/mock_executor.h 24 src/search/executors/noop_executor.h 9 src/search/executors/numeric_field_scan_executor.h 71 src/search/executors/projection_executor.h 27 src/search/executors/sort_executor.h 11 src/search/executors/tag_field_scan_executor.h 61 src/search/executors/topn_sort_executor.h 62 src/search/hnsw_indexer.cc 545 src/search/hnsw_indexer.h 85 src/search/index_info.h 46 src/search/index_manager.cc 246 src/search/index_manager.h 26 src/search/indexer.cc 337 src/search/indexer.h 75 src/search/interval.h 143 src/search/ir.h 367 src/search/ir_dot_dumper.h 28 src/search/ir_iterator.h 59 src/search/ir_pass.h 184 src/search/ir_plan.h 194 src/search/ir_sema_checker.h 147 src/search/passes/cost_model.h 60 src/search/passes/index_selection.h 260 src/search/passes/interval_analysis.h 141 src/search/passes/lower_to_plan.h 32 src/search/passes/manager.h 64 src/search/passes/push_down_not_expr.h 33 src/search/passes/recorder.h 21 src/search/passes/simplify_and_or_expr.h 45 src/search/passes/simplify_boolean.h 57 src/search/passes/sort_limit_fuse.h 17 src/search/passes/sort_limit_to_knn.h 23 src/search/plan_executor.cc 120 src/search/plan_executor.h 63 src/search/redis_query_parser.h 37 src/search/redis_query_transformer.h 157 src/search/search_encoding.h 380 src/search/sql_parser.h 54 src/search/sql_transformer.h 185 src/search/value.h 75 src/server/namespace.cc 168 src/server/namespace.h 24 src/server/redis_connection.cc 463 src/server/redis_connection.h 174 src/server/redis_reply.cc 95 src/server/redis_reply.h 96 src/server/redis_request.cc 101 src/server/redis_request.h 30 src/server/server.cc 1682 src/server/server.h 326 src/server/tls_util.cc 180 src/server/tls_util.h 30 src/server/worker.cc 477 src/server/worker.h 84 src/stats/disk_stats.cc 104 src/stats/disk_stats.h 27 src/stats/log_collector.cc 80 src/stats/log_collector.h 49 src/stats/stats.cc 89 src/stats/stats.h 63 src/storage/batch_debugger.h 90 src/storage/batch_extractor.cc 368 src/storage/batch_extractor.h 30 src/storage/batch_indexer.h 57 src/storage/compact_filter.cc 91 src/storage/compact_filter.h 105 src/storage/compaction_checker.cc 101 src/storage/compaction_checker.h 14 src/storage/event_listener.cc 142 src/storage/event_listener.h 21 src/storage/iterator.cc 208 src/storage/iterator.h 115 src/storage/rdb/rdb.cc 825 src/storage/rdb/rdb.h 91 src/storage/rdb/rdb_intset.cc 61 src/storage/rdb/rdb_intset.h 13 src/storage/rdb/rdb_listpack.cc 140 src/storage/rdb/rdb_listpack.h 16 src/storage/rdb/rdb_ziplist.cc 180 src/storage/rdb/rdb_ziplist.h 29 src/storage/rdb/rdb_zipmap.cc 49 src/storage/rdb/rdb_zipmap.h 17 src/storage/redis_db.cc 763 src/storage/redis_db.h 97 src/storage/redis_metadata.cc 398 src/storage/redis_metadata.h 230 src/storage/redis_pubsub.cc 14 src/storage/redis_pubsub.h 14 src/storage/scripting.cc 1233 src/storage/scripting.h 116 src/storage/storage.cc 1084 src/storage/storage.h 333 src/storage/table_properties_collector.cc 58 src/storage/table_properties_collector.h 39 src/types/bloom_filter.cc 53 src/types/bloom_filter.h 65 src/types/geohash.cc 307 src/types/geohash.h 88 src/types/hyperloglog.cc 140 src/types/hyperloglog.h 26 src/types/json.h 573 src/types/redis_bitmap.cc 783 src/types/redis_bitmap.h 53 src/types/redis_bitmap_string.cc 229 src/types/redis_bitmap_string.h 30 src/types/redis_bloom_chain.cc 230 src/types/redis_bloom_chain.h 63 src/types/redis_geo.cc 284 src/types/redis_geo.h 74 src/types/redis_hash.cc 357 src/types/redis_hash.h 46 src/types/redis_hyperloglog.cc 257 src/types/redis_hyperloglog.h 23 src/types/redis_json.cc 524 src/types/redis_json.h 70 src/types/redis_list.cc 541 src/types/redis_list.h 48 src/types/redis_set.cc 346 src/types/redis_set.h 39 src/types/redis_sortedint.cc 213 src/types/redis_sortedint.h 33 src/types/redis_stream.cc 1516 src/types/redis_stream.h 88 src/types/redis_stream_base.cc 179 src/types/redis_stream_base.h 204 src/types/redis_string.cc 505 src/types/redis_string.h 85 src/types/redis_tdigest.cc 391 src/types/redis_tdigest.h 62 src/types/redis_zset.cc 783 src/types/redis_zset.h 105 src/types/sample_helper.h 34 src/types/tdigest.cc 320 src/types/tdigest.h 77 src/version.h.in 23 utils/kvrocks2redis/config.cc 114 utils/kvrocks2redis/config.h 35 utils/kvrocks2redis/main.cc 111 utils/kvrocks2redis/parser.cc 137 utils/kvrocks2redis/parser.h 27 utils/kvrocks2redis/redis_writer.cc 191 utils/kvrocks2redis/redis_writer.h 32 utils/kvrocks2redis/sync.cc 151 utils/kvrocks2redis/sync.h 40 utils/kvrocks2redis/writer.cc 48 utils/kvrocks2redis/writer.h 23 x.py 347