mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Support membase buckets (membase bucket uris) and SASL #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It should be possible to configure membase uris (e.g. 
http://localhost:8091/pools) as value for memcachedNodes configuration, 
including support for username/password.

The memcached client (spymemcached) should connect to the specified membase uri 
(also using the specified username/password).

Original issue reported on code.google.com by martin.grotzke on 10 Dec 2011 at 10:30

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 22 Dec 2011 at 4:12

GoogleCodeExporter commented 8 years ago
Merged membase-sasl branch into master.

memcachedNodes now accepts one or multiple membase uris (e.g. 
memcachedNodes="http://host1:8091/pools,http://host2:8091/pools"), also there 
are the new config attributes "username" and "password".

membase buckets / SASL require the binary connection type.

Related membase docs: 
http://docs.couchbase.org/membase-sdk-java-api-reference/membase-sdk-java-starte
d.html

Original comment by martin.grotzke on 26 Dec 2011 at 10:56