Access to a non-default bucket using memcached protocol

Hello,
Using the command:

$ telnet server1 11211
I can do SET/GET etc operations into default bucket.

How can I set mi conecction to other bucket?

A lot thanks
Arturo

When you created your bucket, did you assign a port to it? If so you can telnet to that port and issue the same memcached commands. If you didn’t assign a port, I don’t think it’s possible.