<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git, branch ck-parseprep</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>isort</title>
<updated>2022-12-01T10:47:04+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-12-01T10:47:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=9c0165802fddb6922c12e70ad3a3d21308ddc9fe'/>
<id>9c0165802fddb6922c12e70ad3a3d21308ddc9fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved most of the RESP logic into base, resp classes</title>
<updated>2022-11-29T11:25:09+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-11-29T11:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=d5ea1a85a8dd82fe76d007458dd6798625c7bfac'/>
<id>d5ea1a85a8dd82fe76d007458dd6798625c7bfac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>same for hiredis</title>
<updated>2022-11-29T11:10:05+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-11-29T11:10: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=f2b3a6f9e5a35090d677b396cc68dec7281a85e1'/>
<id>f2b3a6f9e5a35090d677b396cc68dec7281a85e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Signifying that parsers should be private</title>
<updated>2022-11-29T11:08:51+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-11-29T11:08: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=87bae8e0f298b684a47eb66a655d3d8f38959c6f'/>
<id>87bae8e0f298b684a47eb66a655d3d8f38959c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>small improvements</title>
<updated>2022-11-29T10:39:52+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-11-29T10:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=199634ea195a45cd511fd709f887eebc68cfb9d2'/>
<id>199634ea195a45cd511fd709f887eebc68cfb9d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganizing the code, in preparation for RESP3</title>
<updated>2022-11-29T09:09:33+00:00</updated>
<author>
<name>Chayim I. Kirshen</name>
<email>c@kirshen.com</email>
</author>
<published>2022-11-29T09:09: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=596244fbc4828ad4848df470ab0e16f4663b903f'/>
<id>596244fbc4828ad4848df470ab0e16f4663b903f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install package deps in readthedocs build (#2465)</title>
<updated>2022-11-21T22:24:15+00:00</updated>
<author>
<name>Igor Malinovskiy</name>
<email>u.glide@gmail.com</email>
</author>
<published>2022-11-21T22:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=f492f85af723b277fa1ec99f01e6612e5d567b3f'/>
<id>f492f85af723b277fa1ec99f01e6612e5d567b3f</id>
<content type='text'>
Dependencies are required for "automodule" generation.

Co-authored-by: Igor Malinovskiy &lt;igor.malinovskiy@redis.com&gt;
Co-authored-by: Chayim &lt;chayim@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dependencies are required for "automodule" generation.

Co-authored-by: Igor Malinovskiy &lt;igor.malinovskiy@redis.com&gt;
Co-authored-by: Chayim &lt;chayim@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>GitHub Workflows security hardening (#2444)</title>
<updated>2022-11-21T12:25:29+00:00</updated>
<author>
<name>Alex</name>
<email>aleksandrosansan@gmail.com</email>
</author>
<published>2022-11-21T12:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=e3e223bbd9ac49c8f17d0eec518caa55c55cc92e'/>
<id>e3e223bbd9ac49c8f17d0eec518caa55c55cc92e</id>
<content type='text'>
* build: harden pypi-publish.yaml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden stale-issues.yml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden release-drafter.yml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden integration.yaml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;
Co-authored-by: Chayim &lt;chayim@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build: harden pypi-publish.yaml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden stale-issues.yml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden release-drafter.yml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

* build: harden integration.yaml permissions

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;

Signed-off-by: Alex &lt;aleksandrosansan@gmail.com&gt;
Co-authored-by: Chayim &lt;chayim@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Sentinel.execute_command to execute across the entire sentinel cluster  (#2459)</title>
<updated>2022-11-21T10:57:30+00:00</updated>
<author>
<name>SyedTahaA</name>
<email>62918944+SyedTahaA@users.noreply.github.com</email>
</author>
<published>2022-11-21T10:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=e425674d84a63762f16d5b44b19aa70119fcd814'/>
<id>e425674d84a63762f16d5b44b19aa70119fcd814</id>
<content type='text'>
* Change sentinel execute command to execute across the entire cluster

* Add change to CHANGES file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change sentinel execute command to execute across the entire cluster

* Add change to CHANGES file</pre>
</div>
</content>
</entry>
<entry>
<title>Removed bad tokens from connection_examples.ipynb to fix the json output (#2455)</title>
<updated>2022-11-21T10:03:53+00:00</updated>
<author>
<name>Bar Shaul</name>
<email>88437685+barshaul@users.noreply.github.com</email>
</author>
<published>2022-11-21T10:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=59c8e7d05a5cf79c933f0c7e0fef0dfee93b0ed4'/>
<id>59c8e7d05a5cf79c933f0c7e0fef0dfee93b0ed4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
