<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Redis Cheatsheets on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/cheatsheets/redis/</link>
    <description>Recent content in Redis Cheatsheets on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <atom:link href="https://blog.rajpoot.dev/cheatsheets/redis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Redis Cheatsheet 01 — Redis Basics</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/01-basics-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/01-basics-cheatsheet/</guid>
      <description>Redis basics — strings, keys, TTL, persistence.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 02 — Data Types</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/02-data-types-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/02-data-types-cheatsheet/</guid>
      <description>Redis data types — lists, hashes, sets, sorted sets.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 03 — Caching Patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/03-caching-patterns-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/03-caching-patterns-cheatsheet/</guid>
      <description>Redis caching patterns — cache-aside, write-through, invalidation.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 04 — Rate Limiting</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/04-rate-limit-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/04-rate-limit-cheatsheet/</guid>
      <description>Redis rate limiting — fixed, sliding, token bucket.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 05 — Session Storage</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/05-sessions-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/05-sessions-cheatsheet/</guid>
      <description>Redis for sessions — patterns, security, expiry.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 06 — Pub/Sub and Streams</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/06-pubsub-streams-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 06:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/06-pubsub-streams-cheatsheet/</guid>
      <description>Redis pub/sub vs streams — when to use each.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 07 — Distributed Locks</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/07-locks-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/07-locks-cheatsheet/</guid>
      <description>Redis distributed locks — SET NX, Redlock, fencing.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 08 — Persistence</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/08-persistence-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/08-persistence-cheatsheet/</guid>
      <description>Redis persistence — RDB, AOF, hybrid.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 09 — Replication</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/09-replication-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/09-replication-cheatsheet/</guid>
      <description>Redis replication — primary/replica, Sentinel, failover.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 10 — Lua Scripting</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/10-lua-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/10-lua-cheatsheet/</guid>
      <description>Redis Lua — EVAL, SCRIPT LOAD, atomic operations.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 11 — Memory Optimization</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/11-memory-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/11-memory-cheatsheet/</guid>
      <description>Redis memory — usage, optimization, encoding.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 12 — Redis Cluster</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/12-cluster-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/12-cluster-cheatsheet/</guid>
      <description>Redis Cluster — setup, hash slots, resharding.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 13 — Redis with Python</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/13-python-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/13-python-cheatsheet/</guid>
      <description>redis-py — sync, async, pipelines, pubsub.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 14 — Redis with Node</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/14-node-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/14-node-cheatsheet/</guid>
      <description>Redis with Node.js — ioredis, node-redis.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 15 — Redis Stack (Search/JSON)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/15-stack-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/15-stack-cheatsheet/</guid>
      <description>Redis Stack — RediSearch, RedisJSON, RedisTimeSeries, vector.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 16 — Monitoring and Tuning</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/16-monitoring-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:30:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/16-monitoring-cheatsheet/</guid>
      <description>Redis monitoring — INFO, slowlog, exporters.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 17 — Anti-patterns</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/17-antipatterns-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/17-antipatterns-cheatsheet/</guid>
      <description>Redis anti-patterns — what to avoid.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 18 — Geo and Specialized Data</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/18-geo-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 08:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/18-geo-cheatsheet/</guid>
      <description>Redis geo, HLL, bitmap recipes.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 19 — Common Use Cases</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/19-use-cases-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 09:00:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/19-use-cases-cheatsheet/</guid>
      <description>Redis use cases — cache, queue, leaderboard, search.</description>
    </item>
    <item>
      <title>Redis Cheatsheet 20 — Production Setup</title>
      <link>https://blog.rajpoot.dev/cheatsheets/redis/20-production-cheatsheet/</link>
      <pubDate>Wed, 27 May 2026 09:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/redis/20-production-cheatsheet/</guid>
      <description>Production Redis — config, security, ops.</description>
    </item>
  </channel>
</rss>
