etcd/tools
Piotr Tabor e6baf6d751 Represent bucket as object instead of []byte name.
Thanks to this change:
  - all the maps bucket -> buffer are indexed by int's instead of
string. No need to do: byte[] -> string -> hash conversion on each
access.
  - buckets are strongly typed in backend/mvcc API.
2021-05-25 09:22:25 +02:00
..
benchmark tools: rename "master" branch references to "main" 2021-05-12 10:39:53 -07:00
etcd-dump-db Represent bucket as object instead of []byte name. 2021-05-25 09:22:25 +02:00
etcd-dump-logs etcd-dump-logs: Print full confState as json for debugging purposes. 2021-04-27 17:17:31 +02:00
etcd-dump-metrics tools: rename "master" branch references to "main" 2021-05-12 10:39:53 -07:00
local-tester Modernize release script: 2021-01-21 17:47:36 +01:00
mod ClientV3 tests use integration.NewClient that configures proper logger. 2021-04-29 18:18:34 +02:00