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-28 18:12:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
876ac0b4baf57a2fb788a47ee2273a19d790200d
SugarDB
/
internal
/
config
History
Kelvin Mwinuka
9c2b4d478b
Added JSON and YAML tag for DiscoveryPort config option
2024-06-20 04:31:45 +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
Added JSON and YAML tag for DiscoveryPort config option
2024-06-20 04:31:45 +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