<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git/docs, branch ck-jsonalign</title>
<subtitle>github.com: andymccurdy/redis-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/'/>
<entry>
<title>4.0.0 (#1708)</title>
<updated>2021-11-15T11:42:48+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-11-15T11:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=c02d7209be5aeefe27c7ac2e740dafc4d969ec47'/>
<id>c02d7209be5aeefe27c7ac2e740dafc4d969ec47</id>
<content type='text'>
* 4.0.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 4.0.0</pre>
</div>
</content>
</entry>
<entry>
<title>Re-enabling read-the-docs (#1707)</title>
<updated>2021-11-14T12:49:55+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-11-14T12:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=38384931d26d8a1f32e67461d13feb38bd3e8f55'/>
<id>38384931d26d8a1f32e67461d13feb38bd3e8f55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the package to include commands (#1649)</title>
<updated>2021-10-26T11:13:20+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-10-26T11:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=866ac00b45a144753c40bb466e784a8917212172'/>
<id>866ac00b45a144753c40bb466e784a8917212172</id>
<content type='text'>
* Fixing the package to include commands.

Fixes #1645</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixing the package to include commands.

Fixes #1645</pre>
</div>
</content>
</entry>
<entry>
<title>repalce redislabs with redis (#1575)</title>
<updated>2021-09-20T17:37:16+00:00</updated>
<author>
<name>Guy Korland</name>
<email>gkorland@gmail.com</email>
</author>
<published>2021-09-20T17:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=491c938f9c6ea56fb0b3403be63168e6930709ae'/>
<id>491c938f9c6ea56fb0b3403be63168e6930709ae</id>
<content type='text'>
Rename "Redis Labs" to "Redis" in the README docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename "Redis Labs" to "Redis" in the README docs</pre>
</div>
</content>
</entry>
<entry>
<title>Sponsored (#1418)</title>
<updated>2020-11-09T08:08:31+00:00</updated>
<author>
<name>Guy Korland</name>
<email>gkorland@gmail.com</email>
</author>
<published>2020-11-09T08:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=8c176cdc7f36e2cbcd3254768766035a7b7cd8b3'/>
<id>8c176cdc7f36e2cbcd3254768766035a7b7cd8b3</id>
<content type='text'>
Add note that redis-py is sponsored by Redis Labs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add note that redis-py is sponsored by Redis Labs</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for end-of-life Python 2.7 (#1318)</title>
<updated>2020-08-06T22:15:02+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-08-06T22:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=8c5a41baf0bd2a1388d601e5b49d06b91997ccb8'/>
<id>8c5a41baf0bd2a1388d601e5b49d06b91997ccb8</id>
<content type='text'>
Remove support for end-of-life Python 2.7

Python 2.7 is end of life. It is no longer receiving bug fixes,
including for security issues. Python 2.7 went EOL on 2020-01-01. For
additional details on support Python versions, see:

Supported: https://devguide.python.org/#status-of-python-branches
EOL: https://devguide.python.org/devcycle/#end-of-life-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources while allowing the library to move towards a modern Python 3
style. Python 2.7 users can continue to use the previous version of
redis-py.

Was able to simplify the code:

- Removed redis._compat module
- Removed __future__ imports
- Removed object from class definition (all classes are new style)
- Removed long (Python 3 unified numeric types)
- Removed deprecated __nonzero__ method
- Use simpler Python 3 super() syntax
- Use unified OSError exception
- Use yield from syntax

Co-authored-by: Andy McCurdy &lt;andy@andymccurdy.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove support for end-of-life Python 2.7

Python 2.7 is end of life. It is no longer receiving bug fixes,
including for security issues. Python 2.7 went EOL on 2020-01-01. For
additional details on support Python versions, see:

Supported: https://devguide.python.org/#status-of-python-branches
EOL: https://devguide.python.org/devcycle/#end-of-life-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources while allowing the library to move towards a modern Python 3
style. Python 2.7 users can continue to use the previous version of
redis-py.

Was able to simplify the code:

- Removed redis._compat module
- Removed __future__ imports
- Removed object from class definition (all classes are new style)
- Removed long (Python 3 unified numeric types)
- Removed deprecated __nonzero__ method
- Use simpler Python 3 super() syntax
- Use unified OSError exception
- Use yield from syntax

Co-authored-by: Andy McCurdy &lt;andy@andymccurdy.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add `redis.sentinel.Sentinel` module documentation (#1165)</title>
<updated>2020-06-29T21:38:33+00:00</updated>
<author>
<name>Rick van Hattem</name>
<email>wolph@wol.ph</email>
</author>
<published>2020-06-29T21:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=4dca0db0092d260c228f4d25e588faebc7927f8f'/>
<id>4dca0db0092d260c228f4d25e588faebc7927f8f</id>
<content type='text'>
Added directive to document Sentinel module.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added directive to document Sentinel module.</pre>
</div>
</content>
</entry>
<entry>
<title>get docs working again</title>
<updated>2016-09-10T09:01:05+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2016-09-10T09:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=a87ae0ddb5b591f15527312229a7c92284012a5b'/>
<id>a87ae0ddb5b591f15527312229a7c92284012a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format code per pep8 guidelines</title>
<updated>2013-03-30T17:53:51+00:00</updated>
<author>
<name>Paul Belanger</name>
<email>paul.belanger@polybeacon.com</email>
</author>
<published>2013-03-30T17:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=12f2e4fcd8153fb4ea9dc00ac79385b1059fb47a'/>
<id>12f2e4fcd8153fb4ea9dc00ac79385b1059fb47a</id>
<content type='text'>
A simple patch to enable pep8 in tox and format our code properly.

Signed-off-by: Paul Belanger &lt;paul.belanger@polybeacon.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A simple patch to enable pep8 in tox and format our code properly.

Signed-off-by: Paul Belanger &lt;paul.belanger@polybeacon.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>adding docs structure and updating .gitignore file</title>
<updated>2013-02-08T05:49:39+00:00</updated>
<author>
<name>Mahdi Yusuf</name>
<email>yusuf.mahdi@gmail.com</email>
</author>
<published>2013-02-08T05:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=de61fd355085305286a1d7bc34536ba760b93787'/>
<id>de61fd355085305286a1d7bc34536ba760b93787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
