vsacheti

Results 3 comments of vsacheti

On looking at it closely, I found something in the code, which doesnt look right to me, https://github.com/3rd-Eden/memcached/blob/master/lib/memcached.js#L135 ``` if(!server.match(/(.+):(\d+)$/)) { server = server + ':11211'; } ``` Here although...

Submitted a PR for this issue - https://github.com/3rd-Eden/memcached/pull/253

it will be great to have this functionality added... since in the marathon/mesos world the hosts are dynamic... thanks