简体   繁体   English

键/值存储中的交易

[英]Transactions in key/value store

Which from the well-known key/value stores has also the transaction support? 哪些知名键/值存储也支持交易? We just need to interlace operations in transactions and rollback from time to time. 我们只需要在事务中交织操作并不时回滚。

In case anyone stumbles on this in the future. 万一将来有人偶然发现这个问题。

FoundationDB is fully ACID FoundationDB是完全ACID

Looks like foundation db has gone and this isn't relevant anymore link has been updated to Wikipedia 看来Foundation db已经消失了,这不再重要了,链接已更新至Wikipedia

Personally, I'd recommend using REDIS. 就个人而言,我建议使用REDIS。 I've used it for a number of different applications and it's solid, fast and has a great community around it. 我已经将它用于许多不同的应用程序,它牢固,快速并且周围有很好的社区。

And it fully supports transactions: here's information on REDIS Transactional Support 它完全支持交易:这是有关REDIS交易支持的信息

我对KV数据库不是很了解,但是Berkeley DB浮现在脑海。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM