Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcache Server options #2

Open
sushantchavan opened this issue Jun 20, 2014 · 6 comments
Open

Memcache Server options #2

sushantchavan opened this issue Jun 20, 2014 · 6 comments

Comments

@sushantchavan
Copy link

What will be the parameters if the memcache server is hosted externally? For example the the key for password etc.

@benjibc
Copy link
Owner

benjibc commented Jun 20, 2014

Sorry for the poor documentation. Please refer to the Usage section of README
https://github.com/benjibc/mongoose-memcached#usage
memOptions will be passed into memcached directly. The code is in
https://github.com/benjibc/mongoose-memcached/blob/master/lib/mongoose-memcached.js#L41

@benjibc
Copy link
Owner

benjibc commented Jun 21, 2014

@sushantchavan can I mark the issue as resolved?

@sushantchavan
Copy link
Author

Sure. Can you add an example to show how to add the password for a memcached server?

@benjibc
Copy link
Owner

benjibc commented Jun 22, 2014

My bad. You are taking about SASL authentication right? As of right now node-memcached does not support SASL (detail in this issue 3rd-Eden/memcached#15). The issue was just dropped off the radar. I will modify the API so you can use MemJS(https://github.com/alevy/memjs).

@felipesabino
Copy link

@benjibc any updates on this issue?

1 similar comment
@felipesabino
Copy link

@benjibc any updates on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants