mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
4998a08c56
This adds a new very tiny memdb table and corresponding raft operation for updating a very small effective map[string]string collection of "system metadata". This can persistently record a fact about the Consul state machine itself. The first use of this feature will come in a later PR.
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
```release-note:feature
|
|
server: create new memdb table for storing system metadata
|
|
```
|
|
|