This website requires JavaScript.
Explore
Help
Sign In
pkg
/
SugarDB
Watch
1
Star
0
Fork
0
You've already forked SugarDB
mirror of
https://github.com/EchoVault/SugarDB.git
synced
2025-12-24 12:57:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
193cbc9fba413944b2f7b0584f8e8d2a514c9dcd
SugarDB
/
internal
/
config
History
Kelvin Mwinuka
85e8a68125
Close AOF engine files on shutdown. Close snapshot file after restoring snapshot on startup. Implemented tests for HELLO command in echovault package. Implemented tests for GetServerInfo in echovault package.
2024-07-03 00:53:49 +08:00
..
config_test.go
Created MakeCluster function to reuse logic for creating clusters. Created test files in raft and memberlist packages to add them to test coverage statistics.
2024-05-27 13:10:26 +08:00
config.go
Close AOF engine files on shutdown. Close snapshot file after restoring snapshot on startup. Implemented tests for HELLO command in echovault package. Implemented tests for GetServerInfo in echovault package.
2024-07-03 00:53:49 +08:00
default_test.go
Created MakeCluster function to reuse logic for creating clusters. Created test files in raft and memberlist packages to add them to test coverage statistics.
2024-05-27 13:10:26 +08:00
default.go
Removed RaftBindPort config. Raft bind address and port are dynamically assigned on startup instead of configured manually. Replaced memberlist-port configuration with discovery-port.
2024-06-20 04:20:31 +08:00