-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TiKV support for cache persistence #69
Comments
If someone wants to take this on, it's pretty simple:
|
I started to implement Tikv same Postgres but it has different concept because it just has GET/PUT/DELETE/SCAN operation and got a problem for implement for methods loadItems() & cleanup() because I and find operation for select all and delete all keys values, I think it must be implement the same mem |
Thanks!
What do you think? |
Tikv is the tiny project doesn't have TTL and select all it just has
|
OK. Let's skip For an initial iteration, I say let's just ignore TTL's altogether. If you can figure out how to make If you go the |
I try to do this with a simple key, Please review my PR |
I'm temporarily going to back the PR out because I can't seem to get it to compile:
I spent an hour trying to debug the
|
I try to fix it |
Once etcd-io/etcd#11881 is merged, this may just work. Alternatively, selecting a version of |
It seems to be a popular Kubernetes option.
The text was updated successfully, but these errors were encountered: