<?xml version="1.0" ?>
    <rss version="2.0">
      <channel>
          <title>Memurai Blog</title>
          <link>https://www.memurai.com/</link>
          <language>en</language>
          <lastBuildDate>2026-07-03T14:35:50+01:00</lastBuildDate>
          
      <item>
        <title>Redis Queues and Streams: Decoupling Windows Microservices Without a Message Broker</title>
        <link>
        https://www.memurai.com/blog/redis-queues-and-streams-decoupling-windows-microservices-without-a-message-broker
        </link>
        <pubDate>2026-05-26T13:07:09+01:00</pubDate>
        <description>
        Not every microservice needs Kafka. Memurai gives .NET teams Redis Lists, Streams, and Pub/Sub on Windows for practical async messaging without Linux or container overhead.
        </description>
        <author>Ian Edgehill & Clifford Spielman</author>
        <category>Features</category>
      </item>
      <item>
        <title>Redis Session Caching on Windows: From Concept to Code</title>
        <link>
        https://www.memurai.com/blog/redis-session-caching-on-windows-from-concept-to-code
        </link>
        <pubDate>2026-05-11T10:04:48+01:00</pubDate>
        <description>
        Learn how to implement Redis-compatible distributed session state in ASP.NET Core on Windows, with step-by-step setup, configuration, and common pitfalls to avoid.
        </description>
        <author>Ian Edgehill & Clifford Spielman</author>
        <category>Features</category>
      </item>
      <item>
        <title>Distributed Caching in ASP.NET Core with Redis on Windows</title>
        <link>
        https://www.memurai.com/blog/distributed-caching-in-aspnet-core-with-redis-on-windows
        </link>
        <pubDate>2026-07-03T14:35:50+01:00</pubDate>
        <description>
        How to wire up Redis-backed distributed caching in an ASP.NET Core application running on Windows.
        </description>
        <author>Ian Edgehill & Clifford Spielman</author>
        <category>Features</category>
      </item>
      <item>
        <title>Building a Real-Time Feature Store with Redis on Windows: Fraud Detection and Risk Scoring Without the Cloud</title>
        <link>
        https://www.memurai.com/blog/building-a-real-time-feature-store-with-redis-on-windows-fraud-detection-and-risk
        </link>
        <pubDate>2026-06-10T10:23:26+01:00</pubDate>
        <description>
        Learn how to build a real-time fraud detection feature store on Windows using SQL Server as your source of truth and Memurai as a Redis‑compatible, low‑latency serving layer.
        </description>
        <author>Ian Edgehill & Clifford Spielman</author>
        <category>Financial Services</category>
      </item>
      <item>
        <title>Building a Redis Pub/Sub Message Bus on Windows with Memurai</title>
        <link>
        https://www.memurai.com/blog/building-a-redis-pubsub-message-bus-on-windows-with-memurai
        </link>
        <pubDate>2026-04-20T16:26:04+01:00</pubDate>
        <description>
        Set up a lightweight, real-time message bus in C# using Redis Pub/Sub and Memurai natively on Windows. No workarounds required.
        </description>
        <author>Ian Edgehill & Clifford Spielman</author>
        <category>Features</category>
      </item>
      <item>
        <title>Security Update: Latest Memurai Versions Now Available</title>
        <link>
        https://www.memurai.com/blog/security-update-latest-memurai-versions-now-available
        </link>
        <pubDate>2026-06-26T09:35:57+01:00</pubDate>
        <description>
        We have recently addressed a number of important security fixes to ensure your environment remains protected and up to date.
        </description>
        <author>Ian Edgehill</author>
        <category>Security</category>
      </item>
      <item>
        <title>Redis and Memurai ACLs: A Practical Security Guide for Development Teams</title>
        <link>
        https://www.memurai.com/blog/redis-and-memurai-acls-a-practical-security-guide-for-development-teams
        </link>
        <pubDate>2026-03-27T10:48:58+00:00</pubDate>
        <description>
        We explain how Access Control Lists (ACLs) work in both Redis and Memurai and share tips for navigating shared resources securely and confidently.
        </description>
        <author>Adam Kaczmarek</author>
        <category>SECURITY</category>
      </item>
      <item>
        <title>Memurai for Redis 8 RC1: Preview Redis 8.2-Compatible Performance on Windows Ahead of GA</title>
        <link>
        https://www.memurai.com/blog/memurai-for-redis-8-rc1-preview-redis-8-compatible-performance-on-windows
        </link>
        <pubDate>2026-03-18T13:14:10+00:00</pubDate>
        <description>
        Test Redis 8.2-compatible workloads and data structures on Windows, ahead of the full Memurai for Redis 8 GA release.
        </description>
        <author>Ian Edgehill</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>5 Signs Your .NET Application Needs a Caching Layer</title>
        <link>
        https://www.memurai.com/blog/5-signs-your-net-application-needs-a-caching-layer
        </link>
        <pubDate>2026-03-11T10:57:44+00:00</pubDate>
        <description>
        Slow APIs, rising database costs, and unreliable session state across instances are all problems you can solve. Here's how to spot these issues and what you can do if your infrastructure runs on Windows.
        </description>
        <author>Ian Edgehill</author>
        <category>Performance</category>
      </item>
      <item>
        <title>Streamline Redis-Compatible Workloads on Windows: A Migration Guide for .NET Teams</title>
        <link>
        https://www.memurai.com/blog/streamline-your-net-stack-a-redis-compatible-workload-migration-guide-for-windows-teams
        </link>
        <pubDate>2026-02-04T08:00:00+00:00</pubDate>
        <description>
        Bring Redis-compatible workloads into your .NET ecosystem: three-step guide to native Windows caching without WSL.
        </description>
        <author>Ian Edgehill</author>
        <category>Server Setup</category>
      </item>
      <item>
        <title>Designing a Production-Ready Memurai Deployment: From Single Node to High Availability</title>
        <link>
        https://www.memurai.com/blog/designing-a-production-ready-memurai-deployment-from-single-node-to-high-availability
        </link>
        <pubDate>2026-02-13T17:00:23+00:00</pubDate>
        <description>
        Learn how to design production-ready high availability architectures with Memurai for Redis®-compatible workloads on Windows.
        </description>
        <author>Adam Kaczmarek</author>
        <category>Features</category>
      </item>
      <item>
        <title>Memurai Security Update: Addressing Redis Vulnerabilities </title>
        <link>
        https://www.memurai.com/blog/memurai-security-update-addressing-redis-vulnerabilities
        </link>
        <pubDate>2025-10-10T12:57:23+01:00</pubDate>
        <description>
        Protect your systems with the latest Memurai security updates: versions 4.1.7 and 4.2.1 address critical Redis vulnerabilities.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Redis 8: The Future of High-Performance Data – Coming to Windows with Memurai in Q3 2025</title>
        <link>
        https://www.memurai.com/blog/redis-8-memurai-windows-q3-2025
        </link>
        <pubDate>2025-06-27T10:54:11+01:00</pubDate>
        <description>
        Redis 8 delivers new data structures, AI, and performance. Memurai is integrating Redis 8 for native Windows support, so users can soon experience enterprise-grade Redis performance.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Memurai 90-Day Free Trial, Portal Launch, and New Release</title>
        <link>
        https://www.memurai.com/blog/memurai-90-day-free-trial-portal-launch-and-new-release
        </link>
        <pubDate>2025-05-09T10:17:28+01:00</pubDate>
        <description>
        Celebrate the launch of the Memurai Portal with a 90-day free trial of Memurai Enterprise Edition — the only Windows-native, enterprise-ready port of Redis.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>End of Life Announcement for Memurai 2</title>
        <link>
        https://www.memurai.com/blog/end-of-life-announcement-for-memurai-2
        </link>
        <pubDate>2023-03-30T12:48:16+01:00</pubDate>
        <description>
        The Memurai team would like to inform you that we will be ending support for Memurai 2 and we encourage users to upgrade to our latest version Memurai 3.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Announcing Memurai for Valkey on Linux! </title>
        <link>
        https://www.memurai.com/blog/announcing-memurai-for-valkey-on-linux
        </link>
        <pubDate>2024-09-03T12:44:40+01:00</pubDate>
        <description>
        We're thrilled to announce Memurai for Valkey on Linux, available for Ubuntu 22!  Find out more in our latest blog post.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Unraveling Redis on Windows: The WSL/WSL2 Experience</title>
        <link>
        https://www.memurai.com/blog/unraveling-redis-on-windows-the-wsl-wsl2-experience
        </link>
        <pubDate>2023-09-22T16:51:08+01:00</pubDate>
        <description>
        Discover the pros and cons of running Redis on Windows via WSL/WSL2. Gain insights on performance, compatibility, and making informed decisions for your server setup.
        </description>
        <author>Fernando Doglio</author>
        <category>Server Setup</category>
      </item>
      <item>
        <title>Redis Partners with Memurai for Windows Compatibility  </title>
        <link>
        https://www.memurai.com/blog/redis-partners-with-memurai
        </link>
        <pubDate>2024-10-02T13:56:22+01:00</pubDate>
        <description>
        Memurai®—creator of the only enterprise-ready Windows port of Redis®—partners with Redis to expand Memurai's offering and secure long-term support.  
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Memurai Launches Valkey Compatible Edition with Enterprise-Grade Support on Windows & Linux </title>
        <link>
        https://www.memurai.com/blog/memurai-valkey-for-windows-linux
        </link>
        <pubDate>2024-05-30T16:03:10+01:00</pubDate>
        <description>
        Find out about Memurai’s new enterprise edition of Valkey on Windows and Linux and get expert support for your Valkey deployments.
        </description>
        <author>The Memurai team</author>
        <category>Announcements</category>
      </item>
      <item>
        <title>Understanding Sharding: Enhancing Enterprise Performance with Memurai</title>
        <link>
        https://www.memurai.com/blog/understanding-sharding-enhancing-enterprise-performance-with-memurai
        </link>
        <pubDate>2023-07-06T14:59:07+01:00</pubDate>
        <description>
        Unlock scalability with sharding on Memurai. This guide explores sharding implementation in the Redis-compatible database for Windows. Enhance your enterprise app performance today!
        </description>
        <author>Fernando Doglio</author>
        <category>Server Setup</category>
      </item>
      </channel>
    </rss>