<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Asyncio on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/asyncio/</link>
    <description>Recent content in Asyncio on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 04 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/asyncio/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python Async Redis Clients: redis-py vs aioredis vs aredis vs fakeredis vs walrus</title>
      <link>https://www.pistack.xyz/posts/2026-07-04-python-async-redis-clients-redis-py-aioredis-aredis-fakeredis-walrus/</link>
      <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-07-04-python-async-redis-clients-redis-py-aioredis-aredis-fakeredis-walrus/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Redis is the backbone of many modern Python applications — handling caching, session storage, message brokering, rate limiting, and leaderboards. As more Python services adopt async-first architectures with asyncio, FastAPI, and async Django, the choice of Redis client library becomes increasingly important. The right async client can significantly impact throughput, connection management, and developer productivity.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
