dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Transactions

MarcErdmann opened this issue · comments

It would be great if Ristretto can somehow provide transactions.

Related to #151

Thanks for your feature request. Unfortunately, transactions are probably beyond the scope of this project at the moment and I don't think the current design would lend itself to a feature like this given that the majority of the design decisions were biased towards reducing contention and speed. Having to keep track of transactions would most likely require a different approach.

I'll keep the issue open so that the community can comment.

Github issues have been deprecated.
This issue has been moved to discuss. You can follow the conversation there and also subscribe to updates by changing your notification preferences.

drawing