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
2026-04-22 23:47:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4fdc789b3c75e202d56e88b1311aee215adc8cc
SugarDB
/
internal
/
config
T
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