How can we create new key/value (memcache) into 1 bucket (not into bucket default) ? :confused:
Fri, 03/26/2010 - 08:38
ingenthr
Offline
Joined: 03/16/2010
Groups:
To work with a bucket other than the "default" bucket, you would use a client which supports SASL authentication, authenticating using the bucket username/password. There are two clients which support this at the moment, the NorthScale shipped client and the Enyim C# client. Note that you don't need to support the NorthScale REST services, just SASL. This is a compatible subset of the SASL auth supported by memcached.org memcached.
Tue, 03/30/2010 - 11:36
sean
Offline
Joined: 03/15/2010
Groups: None
If you're using Ruby, the Fauna memcached client (gem install memcached) also supports SASL now.
To work with a bucket other than the "default" bucket, you would use a client which supports SASL authentication, authenticating using the bucket username/password. There are two clients which support this at the moment, the NorthScale shipped client and the Enyim C# client. Note that you don't need to support the NorthScale REST services, just SASL. This is a compatible subset of the SASL auth supported by memcached.org memcached.