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-10-05 16:06:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b718b6ec43ed99280d369e539c14af35cdebbd18
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