Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在稍微搜索了一下 Cassandra 之后,我想了解 Membase NoSql。我下载了它,但我找不到配置它的方法。有没有人可以帮助我??
在当前版本(beta 2)中没有太多配置要做。除了每个服务器的内存配额外,所有内容都应默认设置。
安装后,您应该能够立即通过端口 11211 与 Membase 服务器通话“memcached”。支持 ASCII 和二进制协议。
Beta 3 将引入多个存储桶,能够设置每个存储桶的内存和磁盘配额以及每个存储桶的副本数。
如果您有任何其他问题,请告诉我,您也可以访问 forums.northscale.com。
谢谢,保重。
佩里