Mahmoud Masih Tehrani
Mahmoud Masih Tehrani
> If someone wants to take this on, it's pretty simple: > > * Copy an existing persistence driver like https://github.com/google/triage-party/blob/master/pkg/persist/postgres.go > * Replace all the `m.db` calls with the...
> Thanks! > > * `cleanup()` is more of a bad hack than an important feature. With TiKV, you can simply set an expiration time for keys to keep them...
> OK. Let's skip `cleanup()`, as it's a private function and not necessary. TTL's aren't necessary either, as they are not part of the API. > > For an initial...
> I'm temporarily going to back the PR out because I can't seem to get it to compile: > > ``` > ~/s/triage-party tikv-cleanup $… go run...
@pawanpraka1 I'd like to work on it can you more explain about the issue