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.
我想在 couchbase telnet 会话中选择某个存储桶。 我可以使用以下命令从默认存储桶中获取值: get a1 0
如何通过 couchbase memcached 协议选择存储桶?
如果您创建了具有密码的存储桶,则必须使用支持 sasl 身份验证的客户端才能访问该存储桶。Couchbase 使用普通 sasl 身份验证,用户名是存储桶名称,密码是您为存储桶指定的密码。如果您创建一个没有密码的存储桶,那么它需要在不同的端口上。对于无密码类型的存储桶,您只需指定存储桶正在侦听 telnet 的端口。