<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/requests_cache/backends/redis.py, branch patch-module</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Set default serializers for each backend using param defaults instead of 'default_serializer' class attributes</title>
<updated>2023-01-13T20:22:31+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2023-01-01T18:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=9c4f76744a764f8898e5735d838f929c277821c0'/>
<id>9c4f76744a764f8898e5735d838f929c277821c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make CachedResponse.cache_key available from all cache access methods</title>
<updated>2022-12-30T20:46:02+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-14T00:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=94a4449cdc05e1a1460a50f8d696f8032223558b'/>
<id>94a4449cdc05e1a1460a50f8d696f8032223558b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update type hints to appease Pylance and stricter mypy settings</title>
<updated>2022-12-13T22:27:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-12-12T04:28:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f7281895698f33b9c41239b5be3a961fd1691b99'/>
<id>f7281895698f33b9c41239b5be3a961fd1691b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ttl_offset argument for Redis backend</title>
<updated>2022-09-30T21:00:16+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook.git@proton.me</email>
</author>
<published>2022-09-29T20:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=747f472e7a50274f45e414c9ee4f8fe70f6f1131'/>
<id>747f472e7a50274f45e414c9ee4f8fe70f6f1131</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a BaseStorage.default_serializer attribute, to be more explicit about which backends use something other than pickle by default</title>
<updated>2022-04-22T22:57:22+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-22T21:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=ed110f352a24fb37c10119018a6a6b862489a35e'/>
<id>ed110f352a24fb37c10119018a6a6b862489a35e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For SQLite expires column, use time.time() instead of datetime.timestamp()</title>
<updated>2022-04-22T22:57:22+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-22T22:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=1a4468abb249ec3ea2c1a774bd14fded14e28d69'/>
<id>1a4468abb249ec3ea2c1a774bd14fded14e28d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge *PickleDict storage classes into parent classes</title>
<updated>2022-04-22T22:28:33+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-20T21:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=0dbd82d4d28875f2c0a592dfc89f50bf1c63cb2b'/>
<id>0dbd82d4d28875f2c0a592dfc89f50bf1c63cb2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python &lt;=3.8</title>
<updated>2022-04-21T18:50:50+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-21T16:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=826738d5254b8ca2a24ba0c1630914529efc2bfc'/>
<id>826738d5254b8ca2a24ba0c1630914529efc2bfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure BaseCache.cache_name gets set if a backend class is initialized directly (mainly for debug/logging purposes)</title>
<updated>2022-04-19T18:32:16+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-19T18:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=5d44eb1c37a8dac891176255b6fb5889455b6507'/>
<id>5d44eb1c37a8dac891176255b6fb5889455b6507</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close database connections (if applicable) on CachedSession.__exit__ and close()</title>
<updated>2022-04-18T19:15:29+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2022-04-18T19:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=f174ce3d0542d3823b93448e4c4ef6c2cef14179'/>
<id>f174ce3d0542d3823b93448e4c4ef6c2cef14179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
