membase的回调方法
membase是否提供任何回调方法。要求是一旦将值放入 membase,就应该调用回调方法,并将数据存储到数据库或任何文件系统中。 membase 是否支持此功能,或者是否有其他键值存储支持它。
Do membase providing any call back method. The requirements is as soon as a value put in to membase, a callback method should get called and it will store the data in to database or any file system. Do membase support this function or is there any other key-value store supports it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在新的 Couchbase 网站上,您现在可以下载 1.7+ 版本的 Membase/Couchbase。此外,Membase 已更名为 Couchbase。 1.8.x 及更低版本是典型的 Membase 架构。 Couchbase 2.0及更高版本提供了对文档和查询的支持。
On the new Couchbase website you now have the ability to download 1.7+ versions of Membase/Couchbase. Also, Membase has been renamed to Couchbase. 1.8.x and lower are the typical Membase architecture. 2.0 and higher versions of Couchbase provide support for documents and querying.
正如迈克提到的,我创建了一个 hack 并使用 Tap Stream 来完成这项工作。
As Mike mentioned I created a hack and used tap stream to do the job.