<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nebyu Samuel</title>
    <description>The latest articles on DEV Community by Nebyu Samuel (@neba).</description>
    <link>https://dev.to/neba</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4090648%2Fb617cba3-df8e-41ae-a3fa-a4fd9dca0da1.png</url>
      <title>DEV Community: Nebyu Samuel</title>
      <link>https://dev.to/neba</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neba"/>
    <language>en</language>
    <item>
      <title>Redora 0.3.1 — Redis for NestJS</title>
      <dc:creator>Nebyu Samuel</dc:creator>
      <pubDate>Sun, 23 Aug 2026 09:39:06 +0000</pubDate>
      <link>https://dev.to/neba/redora-031-redis-for-nestjs-2blh</link>
      <guid>https://dev.to/neba/redora-031-redis-for-nestjs-2blh</guid>
      <description>&lt;p&gt;There are already good Redis tools for NestJS.&lt;/p&gt;

&lt;p&gt;Most of them mainly help you connect NestJS to Redis and use the Redis client. That's useful, but as a project grows, you often need to build more things around Redis yourself: caching, TTL, cache invalidation, locks, rate limiting, sessions, monitoring, and more.&lt;/p&gt;

&lt;p&gt;That's why I built Redora.&lt;/p&gt;

&lt;p&gt;Redora adds a higher-level layer for using Redis in NestJS.&lt;/p&gt;

&lt;p&gt;Today it includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Redis service&lt;/li&gt;
&lt;li&gt;Cache service&lt;/li&gt;
&lt;li&gt;Cache decorators&lt;/li&gt;
&lt;li&gt;"remember()" caching&lt;/li&gt;
&lt;li&gt;TTL and expiration policies&lt;/li&gt;
&lt;li&gt;Cache tags and eviction&lt;/li&gt;
&lt;li&gt;Distributed locks&lt;/li&gt;
&lt;li&gt;Redis diagnostics&lt;/li&gt;
&lt;li&gt;Logger and observability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;_The idea is simple:&lt;/p&gt;

&lt;p&gt;Redis gives you the primitives. Redora gives you the architecture._&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm working on next&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I want Redora to cover more of the common things developers use Redis for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session management&lt;/li&gt;
&lt;li&gt;Rate limiting for OTP, login, and APIs&lt;/li&gt;
&lt;li&gt;Distributed locks&lt;/li&gt;
&lt;li&gt;Message queues&lt;/li&gt;
&lt;li&gt;Redis for AI applications&lt;/li&gt;
&lt;li&gt;Redis and Valkey support&lt;/li&gt;
&lt;li&gt;More monitoring and telemetry&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Redora is still early and I'm building it in public.&lt;/p&gt;

&lt;p&gt;📦 "npm i redora"&lt;br&gt;
🌐 &lt;a href="https://redora-sdk.com" rel="noopener noreferrer"&gt;https://redora-sdk.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you use NestJS and Redis, try it and let me know what you think. I'd really like to hear what works, what's missing, and what you would change.&lt;/p&gt;

</description>
      <category>redis</category>
      <category>nestjs</category>
      <category>node</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
