<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en-US">Python Redis</cite>
(<time>2015-07-24 09:34:59 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://redislabs.com/python-redis">https://redislabs.com/python-redis</anchor-external></p></figcaption><blockquote><p>redis-py is the second Redis client that natively supported SSL. Use the SSLConnection class or simply instantiate your connection pool using a rediss://-URL and the from_url method, like so:</p><p>r = redis.Redis( url='rediss://:password@hostname:port/0',</p><p>password='password',</p><p>ssl_keyfile='path_to_keyfile',</p><p>ssl_certfile='path_to_certfile',</p><p>ssl_cert_reqs='required',</p><p>ssl_ca_certs='path_to_ca_cert')</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="en">redis-py/CHANGES at master · andymccurdy/redis-py</cite>
(<time>2015-07-24 09:36:26 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/andymccurdy/redis-py/blob/master/CHANGES">https://github.com/andymccurdy/redis-py/blob/master/CHANGES</anchor-external></p></figcaption><blockquote><p>* Added an SSLConnection class that allows for secure connections through</p><p>stunnel or other means. Construct and SSL connection with the sll=True</p><p>option on client classes, using the rediss:// scheme from an URL, or</p><p>by passing the SSLConnection class to a connection pool's</p><p>connection_class argument.</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> (<time>2015-07-22 13:13:27 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.iana.org/assignments/uri-schemes/prov/rediss">http://www.iana.org/assignments/uri-schemes/prov/rediss</anchor-external></p></figcaption><blockquote><p>This scheme is used by some Redis database client libraries to</p><p>designate the Redis database to connect to via RESP (REdis</p><p>Serialization Protocol) over TLS (RFC 5246), and in some cases to set</p><p>additional connection parameters of the client library.  Redis client</p><p>libraries implement RESP as defined in &quot;Redis Protocol</p><p>specification&quot;.  This URI scheme is not part of that specification.</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> <cite xml:lang="en">Infinario/flask-redis-sentinel</cite>
(<time>2015-09-18 15:34:50 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/infinario/flask-redis-sentinel">https://github.com/infinario/flask-redis-sentinel</anchor-external></p></figcaption><blockquote><p>rediss://<strong>[</strong>:password<strong>]</strong>@localhost:6379/0</p></blockquote></figure></body></html>