mauriciorodrigues / memcached-session-manager

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

Make memcached node optional for single-node setup #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This was requested via email / on the mailing list 
(http://groups.google.com/group/memcached-session-manager/browse_thread/thread/3
630849929d81295): when having only a single memcached or moxi as membase proxy 
it should be possible to keep the sessionId as it is - without the memcached 
node appended to it.
Therefore it should also be possible to configure e.g. 
memcachedNodes="localhost:11211".

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

GoogleCodeExporter commented 8 years ago
Implemented in branch single-node-config, merged into master (commit ad190c37)

Original comment by martin.grotzke on 31 Jul 2011 at 12:23