Skip to content

Commit

Permalink
Merge pull request #93 from tstromberg/tikv-cleanup
Browse files Browse the repository at this point in the history
Further TiKV cleanup
  • Loading branch information
tstromberg authored May 12, 2020
2 parents cfe8bb3 + f13521e commit 389ec5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions docs/persist.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ CockroachDB has a Postgres front-end, which makes it easy to support. Here's an

## TiKV

TiKV support was just introduced in [#73](https://github.com/google/triage-party/pull/73), but we haven't had
the chance to write documentation for it. Help wanted!
Under development: see [#69](https://github.com/google/triage-party/issues/69)

## Memory

Expand Down
2 changes: 0 additions & 2 deletions pkg/persist/persist.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ func New(cfg Config) (Cacher, error) {
return NewDisk(cfg)
case "memory":
return NewMemory(cfg)
case "tikv":
return NewTikV(cfg)
default:
return nil, fmt.Errorf("unknown backend: %q", cfg.Type)
}
Expand Down

0 comments on commit 389ec5b

Please sign in to comment.