<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git, branch 2.4</title>
<subtitle>github.com: andymccurdy/redis-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/'/>
<entry>
<title>version bump!</title>
<updated>2011-06-01T08:08:53+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-06-01T08:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=bd4b3e6ee514da4496c1ddf39c4e0a151836d776'/>
<id>bd4b3e6ee514da4496c1ddf39c4e0a151836d776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pipelines need the response_callback love, too. grammar fixes in docs</title>
<updated>2011-06-01T08:08:10+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-06-01T08:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=2c4b66d40d34f71742e9a0bf5c4721eee66fc6a1'/>
<id>2c4b66d40d34f71742e9a0bf5c4721eee66fc6a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added ability for per-instance response callbacks. also, holy shit, documentation!</title>
<updated>2011-06-01T07:44:37+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-06-01T07:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=47a4a7e339ea9c4243ea14303d7234f0de13f959'/>
<id>47a4a7e339ea9c4243ea14303d7234f0de13f959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating a few docstrings</title>
<updated>2011-06-01T02:27:44+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-06-01T02:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=8c75e85b9f14d65add7e7a27586aae2972220e1d'/>
<id>8c75e85b9f14d65add7e7a27586aae2972220e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support ZADD variable length args. deprecate the version passing score and value (in the wrong order).</title>
<updated>2011-06-01T02:21:43+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-06-01T02:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=0a7701e75ee591389ef615490f5d27b8c254df65'/>
<id>0a7701e75ee591389ef615490f5d27b8c254df65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test to prove allocation_stats from 2.2 INFO doesn't cause parse_info to bomb anymore</title>
<updated>2011-05-25T21:54:45+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-05-25T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=2e836ea0b68b140cc265a7098092d3cd604dbafe'/>
<id>2e836ea0b68b140cc265a7098092d3cd604dbafe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ConnectionPool's get_connection() now can take optional kwargs</title>
<updated>2011-05-25T19:18:38+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-05-25T19:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=b0cc6b9662ac73a2083d18aa7c26f38ca3f5316b'/>
<id>b0cc6b9662ac73a2083d18aa7c26f38ca3f5316b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the SELECT command completely. use a separate client instance instead.</title>
<updated>2011-05-24T16:08:09+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-05-24T16:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=e2b6a8068bef111f13834ee298d7d931a1070773'/>
<id>e2b6a8068bef111f13834ee298d7d931a1070773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed path arg to unix_socket_path to make it clearer</title>
<updated>2011-05-24T04:03:16+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-05-24T04:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=1c3546c27b8be7e179ce973952ac70861c4861db'/>
<id>1c3546c27b8be7e179ce973952ac70861c4861db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ability to use the UnixDomainSocketConnection directly from the Redis client.</title>
<updated>2011-05-24T03:30:35+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2011-05-24T03:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/redis-py.git/commit/?id=c8a9ec60167afff8a340d9b732b0b1e003b289e2'/>
<id>c8a9ec60167afff8a340d9b732b0b1e003b289e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
