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

User/pass support for Memcache Cache Backend #137

Closed
kennethreitz opened this issue Nov 11, 2011 · 3 comments
Closed

User/pass support for Memcache Cache Backend #137

kennethreitz opened this issue Nov 11, 2011 · 3 comments

Comments

@kennethreitz
Copy link
Contributor

Sadface.

@chrispaolini
Copy link

My guess is you should just pass it a pylibmc.Client() object.

mc = pylibmc.Client(
    servers=[os.environ.get('MEMCACHE_SERVERS')],
    username=os.environ.get('MEMCACHE_USERNAME'),
    password=os.environ.get('MEMCACHE_PASSWORD'),
    binary=True
)

@untitaker
Copy link
Contributor

#236

@lepture
Copy link
Contributor

lepture commented Feb 4, 2018

close it for #1249

@lepture lepture closed this as completed Feb 4, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants