Looking for SASL Users #842
Replies: 3 comments 2 replies
-
My SASL-equipped memcached instance comes from when I spun up a free Heroku instance, which allowed me to add on a small, free "Memcached Cloud" server (actually hosted via https://app.redislabs.com/). You can export the creds and connect from anywhere, so you could presumably spin up one and use it for CI purposes. |
Beta Was this translation helpful? Give feedback.
-
This I've made a demo repo with |
Beta Was this translation helpful? Give feedback.
-
@ryanfb and @apiology thanks so much. The Dockerfile was especially helpful in figuring out how to get this running in our current CI. I may wind up switching to a Docker based memcached installation in the future, but for now I'm going to stick with the install script. It works, even if it's not quite as pretty. |
Beta Was this translation helpful? Give feedback.
-
Do you use Dalli with SASL? If so, I'd like to hear from you.
The SASL tests have been disabled in Dalli for a very long time. This effectively makes it impossible confirm that Dalli is working with a SASL configured memcached instance. And having untested features whose operation is not verified by CI makes the system more difficult to support.
This problem is made more difficult by a few things:
My ideal scenario would be to get SASL tests working in CI for the 3.x version, and then have a larger discussion about whether to continue that support going forward to 4.x.
If you have memcached with SASL running in your environment, and especially if you're using Dalli with it, I'd love your help to get the tests running again. And to understand whether this is an important feature for you going forward. Please reach out in the comments.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions