-
Notifications
You must be signed in to change notification settings - Fork 221
Configuration Overview
disksing edited this page Dec 13, 2021
·
2 revisions
Due to historical legacy issues, client-go
currently uses global configuration. This means that multiple client instances started within the same process will share the same configuration.
The configuration structure information can be found in the config
directory. The way to change the configuration is to use GetGlobalConfig()
to get the current configuration, fix it as needed, and then call StoreGlobalConfig()
to save the new configuration.
Feel free to help improving! Minor changes are warmly welcomed. Just simply click edit!
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Contents
- Client-Go Wiki
- Compatibility
- API V2
- Transactional API
- RawKV API
- Configurations
- Utilities