-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to - Use Memcached with MemcachedCloud (RedisLabs) that requires user/pass #3
Comments
Previously a user could not control the protocol for working with memcached. This meant only Text (the default) was available to be used when working with memcached caches. Allow user to set Protocol as part of the specific configuration data passed in from a config file.
Previously a user could not control username/password when working with memcached data stores, even though Enyim Memcached Client supports the ability for user/pass configuration. All setting username / password as part of the specific configuration data that can be provided in a config file.
@glav would you be wiling to accept a Pull Request which added this functionality into your library? Thanks |
Absolutely! Totally welcome PR's |
Wow, I totally forgot about this issue too. It has been so long. Please submit a PR and I'd happily merge in. |
Previously a user could not control the protocol for working with memcached. This meant only Text (the default) was available to be used when working with memcached caches. Allow user to set Protocol as part of the specific configuration data passed in from a config file.
Previously a user could not control username/password when working with memcached data stores, even though Enyim Memcached Client supports the ability for user/pass configuration. All setting username / password as part of the specific configuration data that can be provided in a config file.
@glav thanks for getting back to me! I really appreciate it! I have created a PR here: #19 which uses work that was originally completed by @ferventcoder, and I am putting it up for review, and hopefully merge into the code base. Please let me know if you have any questions. |
…ser-pass (GH-3) Allow usage of MemcachedCloud (redislabs.com)
@glav sorry to be a pain, but I have just tried to take the new 4.3.0 version of the package for a spin, but it neither the Can you confirm if this is also happening for you? Thanks |
Oh, I definitely tested it locally prior to upload. Let me have a look |
Should be rersolved now. Closing this and will leave #21 open until verified. |
There is this nice article out there (https://redislabs.com/memcached-appharbor), but I don't know how to give username and password specifically to Cache.CacheSpecificData. How does one do that?
I'd prefer not to pull out Glav.CacheAdapter and go straight to Enyim to get SASL functionality.
Originally reported by @ferventcoder on Bitbucket at https://bitbucket.org/glav/cacheadapter/issues/39/how-to-use-memcached-with-memcachedcloud
The text was updated successfully, but these errors were encountered: