Skip to content

Commit 1dad10e

Browse files
Add doc notes about TLS context.
1 parent 45e16ba commit 1dad10e

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
@@ -24,6 +24,9 @@ class ClientMixin(object):
2424
:type unpickler: function
2525
:param socket_timeout: The timeout applied to memcached connections.
2626
:type socket_timeout: float
27+
:param tls_context: A TLS context in order to connect to TLS enabled
28+
memcached servers.
29+
:type tls_context: ssl.SSLContext
2730
"""
2831
def __init__(self, servers=('127.0.0.1:11211',), username=None,
2932
password=None, compression=None,

0 commit comments

Comments
 (0)