We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7c554 commit 1b86a54Copy full SHA for 1b86a54
bmemcached/client/mixin.py
@@ -28,6 +28,9 @@ class ClientMixin(object):
28
:type pickler: function
29
:param unpickler: Use this to replace the object deserialization mechanism.
30
:type unpickler: function
31
+ :param tls_context: A TLS context in order to connect to TLS enabled
32
+ memcached servers.
33
+ :type tls_context: ssl.SSLContext
34
"""
35
def __init__(self, servers=('127.0.0.1:11211',),
36
username=None,
0 commit comments