dragonfly/src/server
2025-02-06 08:47:20 +02:00
..
acl chore: introduce GlobMatcher (#4521) 2025-01-29 10:58:17 +02:00
cluster refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
detail refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
journal refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
search fix(search_family): Add options test for the FT.SEARCH command (#4478) 2025-01-30 09:43:01 +00:00
testdata feat: add ability reading stream_listpacks_2/3 rdb types (#4192) 2024-11-26 16:43:30 +02:00
tiering chore: add more logs to the op_manager code (#4527) 2025-01-29 19:08:41 +02:00
bitops_family.cc chore: Fix all clang build warnings (#4475) 2025-01-20 10:24:07 +02:00
bitops_family.h
bitops_family_test.cc
blocking_controller.cc
blocking_controller.h
blocking_controller_test.cc feat: implement connection timeout functionality (#4407) 2025-01-21 13:46:57 +02:00
bloom_family.cc chore: update command interface for bitops, bloom, zset families (#4235) 2024-12-02 00:25:37 +02:00
bloom_family.h chore: update command interface for bitops, bloom, zset families (#4235) 2024-12-02 00:25:37 +02:00
bloom_family_test.cc
channel_store.cc chore: introduce GlobMatcher (#4521) 2025-01-29 10:58:17 +02:00
channel_store.h
cluster_support.cc fix: slot calculation during transaction squashing (#4460) 2025-01-15 11:43:52 +00:00
cluster_support.h fix: slot calculation during transaction squashing (#4460) 2025-01-15 11:43:52 +00:00
CMakeLists.txt fix(sanitizers): Set stack size to 64 KB during tests for Sanitizers (#4454) 2025-01-16 10:00:42 +01:00
command_registry.cc feat:Adding support for ZMPOP command (#4385) 2025-01-01 11:34:53 +02:00
command_registry.h feat:Adding support for ZMPOP command (#4385) 2025-01-01 11:34:53 +02:00
common.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
common.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
config_registry.cc chore: introduce GlobMatcher (#4521) 2025-01-29 10:58:17 +02:00
config_registry.h feat: introduce metrics/logs of when pipelining is being throttled (#4000) 2024-10-28 09:15:04 +02:00
conn_context.cc chore: decouple reply_builder from ConnectionContext (#4069) 2024-11-10 21:14:24 +02:00
conn_context.h feat(server): add eval_ro and evalsha_ro (#4091) 2024-11-24 11:53:06 +00:00
container_utils.cc chore: clean up of deprecated flags (#4545) 2025-02-02 20:03:23 +02:00
container_utils.h feat: Huge values breakdown in cluster migration (#4144) 2024-11-25 15:58:18 +02:00
db_slice.cc chore: remove unused code (#4516) 2025-01-28 10:41:11 +02:00
db_slice.h chore: remove unused code (#4516) 2025-01-28 10:41:11 +02:00
debugcmd.cc refactor: remove transaction lib on cluster code dependency (#4417) 2025-01-08 09:38:13 +00:00
debugcmd.h feat: cluster migrations restarts immediately if timeout happens (#4081) 2024-11-25 16:02:22 +02:00
dfly_bench.cc feat: add 'testing_time' limit option to dfly_bench (#4487) 2025-01-22 10:26:22 +02:00
dfly_main.cc chore: dragonfly connection refactorings (#4434) 2025-01-09 13:55:00 +00:00
dflycmd.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
dflycmd.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
dragonfly_test.cc chore: refactoring around glob matching (#4540) 2025-01-31 09:54:37 +02:00
engine_shard.cc refactor: remove transaction lib on cluster code dependency (#4417) 2025-01-08 09:38:13 +00:00
engine_shard.h chore: add tx queue head debug info in AnalyzeTxQueue (#4026) 2024-11-04 09:41:18 +02:00
engine_shard_set.cc chore: change Namespaces to be a global pointer (#4032) 2024-11-10 10:45:53 +00:00
engine_shard_set.h fix: separate Heartbeat and ShardHandler to fibers (#3936) 2024-10-29 09:22:53 +02:00
engine_shard_set_test.cc
error.cc chore: factor out rdb_load utilities into separate files (#4315) 2024-12-16 09:16:02 +00:00
error.h chore: factor out rdb_load utilities into separate files (#4315) 2024-12-16 09:16:02 +00:00
family_utils.cc chore: add active time to stream consumers (#4285) 2024-12-10 14:11:20 +02:00
family_utils.h chore: fix bugs in stream_family (#4237) 2024-12-02 11:57:31 +02:00
generic_family.cc chore: refactoring around glob matching (#4540) 2025-01-31 09:54:37 +02:00
generic_family.h chore: minor refactorings around dense_set deletions (#4390) 2025-01-02 11:35:55 +02:00
generic_family_test.cc chore: clean up of deprecated flags (#4545) 2025-02-02 20:03:23 +02:00
geo_family.cc chore: split geo and zset families (#4421) 2025-01-08 10:46:25 +02:00
geo_family.h chore: split zset and geo family tests (#4425) 2025-01-08 09:34:31 +00:00
geo_family_test.cc chore: split zset and geo family tests (#4425) 2025-01-08 09:34:31 +00:00
hll_family.cc chore: update command interface for acl, hll families (#4253) 2024-12-04 13:15:09 +00:00
hll_family.h
hll_family_test.cc
hset_family.cc chore: refactoring around glob matching (#4540) 2025-01-31 09:54:37 +02:00
hset_family.h chore: update command interface for hset/set families (#4209) 2024-11-27 14:00:30 +00:00
hset_family_test.cc
http_api.cc chore: remove old io (#3953) 2024-11-10 11:56:41 +02:00
http_api.h
json_family.cc feat(json_family): Add json_nesting_depth_limit flag (#4444) 2025-01-20 16:49:04 +00:00
json_family.h fix: command interface for json_family (#4243) 2024-12-03 16:13:14 +02:00
json_family_test.cc feat(json_family): Add json_nesting_depth_limit flag (#4444) 2025-01-20 16:49:04 +00:00
list_family.cc fix: LMPOP implementation was added (#4504) 2025-01-28 08:52:38 +00:00
list_family.h fix: LMPOP implementation was added (#4504) 2025-01-28 08:52:38 +00:00
list_family_test.cc fix: LMPOP implementation was added (#4504) 2025-01-28 08:52:38 +00:00
main_service.cc feat: implement connection timeout functionality (#4407) 2025-01-21 13:46:57 +02:00
main_service.h fix: switch to SHUTTING_DOWN state unconditionally (#4408) 2025-01-08 11:28:36 +02:00
memory_cmd.cc chore: allow slow and precise memory measurement of an object (#4160) 2024-11-21 09:21:48 +02:00
memory_cmd.h fix: build break in search_family (#4008) 2024-10-28 17:40:27 +02:00
multi_command_squasher.cc fix: slot calculation during transaction squashing (#4460) 2025-01-15 11:43:52 +00:00
multi_command_squasher.h fix: slot calculation during transaction squashing (#4460) 2025-01-15 11:43:52 +00:00
multi_test.cc chore: Add Lua force atomicity flag (#4523) 2025-01-29 16:35:39 +02:00
namespaces.cc chore: change Namespaces to be a global pointer (#4032) 2024-11-10 10:45:53 +00:00
namespaces.h chore: change Namespaces to be a global pointer (#4032) 2024-11-10 10:45:53 +00:00
protocol_client.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
protocol_client.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
rdb_extensions.h fix: support loading of 7.x streams correctly (#4281) 2024-12-10 09:57:36 +02:00
rdb_load.cc fix: Do not bump elements during RDB load (#4507) 2025-01-26 23:18:28 +02:00
rdb_load.h chore: factor out rdb_load utilities into separate files (#4315) 2024-12-16 09:16:02 +00:00
rdb_save.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
rdb_save.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
rdb_test.cc fix(test): fix rdb random fail on OOM (#4509) 2025-01-27 11:59:04 +02:00
replica.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
replica.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
script_mgr.cc chore: Add Lua force atomicity flag (#4523) 2025-01-29 16:35:39 +02:00
script_mgr.h fix(server): handle running script load inside multi (#4074) 2024-11-10 09:34:40 +02:00
serializer_commons.cc
serializer_commons.h
server_family.cc chore: clean up of deprecated flags (#4545) 2025-02-02 20:03:23 +02:00
server_family.h chore: add ability to track connections stuck at send (#4330) 2024-12-18 08:56:36 +02:00
server_family_test.cc fix: command docs (#4229) 2024-11-30 16:53:22 +02:00
server_state.cc chore: improve test_timeout robustness (#4494) 2025-01-22 12:24:29 +00:00
server_state.h chore: improve test_timeout robustness (#4494) 2025-01-22 12:24:29 +00:00
set_family.cc chore: refactoring around glob matching (#4540) 2025-01-31 09:54:37 +02:00
set_family.h chore: update command interface for hset/set families (#4209) 2024-11-27 14:00:30 +00:00
set_family_test.cc
slowlog.cc
slowlog.h
snapshot.cc refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
snapshot.h refactor: rename Context into ExecutionState (#4562) 2025-02-06 08:47:20 +02:00
stream_family.cc fix(stream_family): Fix journaling in the XADD and XTRIM commands (#4448) 2025-02-05 14:43:26 +00:00
stream_family.h fix: stream memory counting during snapshot loading (#4346) 2024-12-27 09:02:47 +02:00
stream_family_test.cc fix(stream_family): Fix journaling in the XADD and XTRIM commands (#4448) 2025-02-05 14:43:26 +00:00
string_family.cc chore: Fix all clang build warnings (#4475) 2025-01-20 10:24:07 +02:00
string_family.h chore: change the interface of stream and server commands (#4219) 2024-11-28 18:44:01 +02:00
string_family_test.cc fix: deduplicate mget response (#4175) 2024-11-25 17:29:53 +02:00
table.cc refactor: remove transaction lib on cluster code dependency (#4417) 2025-01-08 09:38:13 +00:00
table.h
test_utils.cc fix(sanitizers): Set stack size to 64 KB during tests for Sanitizers (#4454) 2025-01-16 10:00:42 +01:00
test_utils.h chore: pull latest helio (#4446) 2025-01-13 15:23:08 +02:00
tiered_storage.cc fix: properly clear tiered stashes upon expirations (#4395) 2025-01-02 13:49:13 +00:00
tiered_storage.h
tiered_storage_test.cc fix: properly clear tiered stashes upon expirations (#4395) 2025-01-02 13:49:13 +00:00
top_keys.cc
top_keys.h
top_keys_test.cc
transaction.cc fix: slot calculation during transaction squashing (#4460) 2025-01-15 11:43:52 +00:00
transaction.h refactor: remove transaction lib on cluster code dependency (#4417) 2025-01-08 09:38:13 +00:00
tx_base.cc refactor: remove transaction lib on cluster code dependency (#4417) 2025-01-08 09:38:13 +00:00
tx_base.h feat(server): refactor allow preempt on journal record (#4393) 2025-01-02 12:16:21 +02:00
version.cc.in
version.h
version_monitor.cc
version_monitor.h
zset_family.cc chore: refactoring around glob matching (#4540) 2025-01-31 09:54:37 +02:00
zset_family.h chore: pull latest helio (#4446) 2025-01-13 15:23:08 +02:00
zset_family_test.cc chore: split zset and geo family tests (#4425) 2025-01-08 09:34:31 +00:00