Skip to content

Commit af8ea16

Browse files
moisesguimaraesjaysonsantos
authored andcommitted
Add doc notes about TLS context.
1 parent 28fc4d1 commit af8ea16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bmemcached/client/mixin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ class ClientMixin(object):
2828
:type pickler: function
2929
:param unpickler: Use this to replace the object deserialization mechanism.
3030
: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
3134
"""
3235
def __init__(self, servers=('127.0.0.1:11211',),
3336
username=None,

0 commit comments

Comments
 (0)