dragonfly/server
Roman Gershman 65f35f2cac Some improvements to snapshotting algo.
Rename rdb_snapshot.h to snapshot.h since it's not related to the underlying serialization format.
2022-02-24 14:11:51 +02:00
..
detail Switch PrimeTable to DashTable 2022-02-24 14:11:51 +02:00
CMakeLists.txt Some improvements to snapshotting algo. 2022-02-24 14:11:51 +02:00
command_registry.cc Fix expiry bug in AddOrFind function 2022-01-12 08:48:41 +02:00
command_registry.h Fix expiry bug in AddOrFind function 2022-01-12 08:48:41 +02:00
common.cc Expose some connection-level stats 2022-02-24 14:11:50 +02:00
common_types.h Expose some connection-level stats 2022-02-24 14:11:50 +02:00
config_flags.cc Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
config_flags.h Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
conn_context.cc Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
conn_context.h Fix expiry bug in AddOrFind function 2022-01-12 08:48:41 +02:00
db_slice.cc Some improvements to snapshotting algo. 2022-02-24 14:11:51 +02:00
db_slice.h Implement TYPE and SCAN commands. Update readme with the progress 2022-02-24 14:11:51 +02:00
debugcmd.cc Adding expiry functionality. 2021-12-20 11:42:55 +02:00
debugcmd.h Add debug populate command 2021-12-07 08:27:11 +02:00
dfly_main.cc Add prometheus-like metric support and allow connection affinity according to INCOMING_CPU 2021-11-29 21:50:08 +02:00
dragonfly_connection.cc Expose some connection-level stats 2022-02-24 14:11:50 +02:00
dragonfly_connection.h Introduce TxQueue and IntentLock for VLL algo 2021-12-20 22:46:51 +02:00
dragonfly_listener.cc Fix reply batching. 2021-11-30 21:01:09 +02:00
dragonfly_listener.h Introduce TxQueue and IntentLock for VLL algo 2021-12-20 22:46:51 +02:00
dragonfly_test.cc Sync with the latest version of helio 2022-02-24 14:11:50 +02:00
engine_shard_set.cc Add mimalloc as the default allocator for redis structures 2022-02-24 14:11:51 +02:00
engine_shard_set.h Sync with the latest version of helio 2022-02-24 14:11:50 +02:00
error.h Add generic_family_test. Minor cleanups 2022-01-04 15:11:37 +02:00
generic_family.cc Implement TYPE and SCAN commands. Update readme with the progress 2022-02-24 14:11:51 +02:00
generic_family.h Implement TYPE and SCAN commands. Update readme with the progress 2022-02-24 14:11:51 +02:00
generic_family_test.cc Introduce Rename command 2022-01-05 00:56:58 +02:00
list_family.cc Introduce dbslice versioning 2022-02-24 14:11:51 +02:00
list_family.h Add BLPOP support 2022-01-12 08:59:22 +02:00
list_family_test.cc Sync with the latest version of helio 2022-02-24 14:11:50 +02:00
main_service.cc Implement TYPE and SCAN commands. Update readme with the progress 2022-02-24 14:11:51 +02:00
main_service.h Fix expiry bug in AddOrFind function 2022-01-12 08:48:41 +02:00
memcache_parser.cc Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
memcache_parser.h Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
memcache_parser_test.cc Add APACHE-2.0 license. Fix file headers everywhere 2021-11-28 09:29:26 +02:00
rdb_save.cc Some improvements to snapshotting algo. 2022-02-24 14:11:51 +02:00
rdb_save.h Introduce a naive snapshot flow and implement SaveBody for string/list entries 2022-02-24 14:11:51 +02:00
redis_parser.cc Implement client side resp parsing to be used in tests 2022-01-04 01:16:24 +02:00
redis_parser.h Implement client side resp parsing to be used in tests 2022-01-04 01:16:24 +02:00
redis_parser_test.cc Add mimalloc as the default allocator for redis structures 2022-02-24 14:11:51 +02:00
reply_builder.cc Fix expiry bug in AddOrFind function 2022-01-12 08:48:41 +02:00
reply_builder.h Switch PrimeTable to DashTable 2022-02-24 14:11:51 +02:00
server_family.cc Add consumer part of RdbSave flow 2022-02-24 14:11:51 +02:00
server_family.h Wire SAVE and LASTSAVE commands 2022-02-24 14:11:51 +02:00
server_state.h Expose some connection-level stats 2022-02-24 14:11:50 +02:00
snapshot.cc Some improvements to snapshotting algo. 2022-02-24 14:11:51 +02:00
snapshot.h Some improvements to snapshotting algo. 2022-02-24 14:11:51 +02:00
string_family.cc Introduce dbslice versioning 2022-02-24 14:11:51 +02:00
string_family.h Add INCR/DECR commands 2022-02-24 14:11:50 +02:00
string_family_test.cc Add INCR/DECR commands 2022-02-24 14:11:50 +02:00
table.h Switch PrimeTable to DashTable 2022-02-24 14:11:51 +02:00
test_utils.cc Sync with the latest version of helio 2022-02-24 14:11:50 +02:00
test_utils.h Add string_family_test.cc unit test 2022-01-03 11:20:08 +02:00
transaction.cc Identify multi-blpop interaction bug. 2022-01-13 13:10:34 +02:00
transaction.h Add BLPOP support 2022-01-12 08:59:22 +02:00