Polly VS Redis

Compare Polly vs Redis and see what are their differences.

Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+. (by App-vNext)

Redis

For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine. (by redis)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
Polly Redis
56 394
13,845 69,953
0.4% 0.8%
9.6 9.8
6 days ago 6 days ago
C# C
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Polly

Posts with mentions or reviews of Polly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-28.
  • How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience
    1 project | dev.to | 29 Apr 2025
    Polly
  • Tripping the circuit
    3 projects | dev.to | 28 Mar 2025
    This is probably one of the most useful "cloud" patterns out there and it is fairly easy to implement. There are great articles and implementations, like Polly, already on the internet about this pattern so why another one?
  • Implement Circuit Breaker using Polly in .Net Core 8
    1 project | dev.to | 21 Dec 2024
    Polly Documentation: Polly Official Site Circuit Breaker Design Pattern: Microsoft Learn Microservices Best Practices: Microservices on .NET
  • Designing HTTP API clients in .NET
    7 projects | dev.to | 21 Aug 2024
    Custom HTTP handlers are well known as a mechanism to manage cross-cutting concerns around HTTP requests. The calling application has control over the HTTP handler pipeline, so it can be reconfigured, reordered, or even rebuilt from scratch. Decorating a client with a Token Management Handler or a custom Polly policy is easy... assuming the client accepts an HttpClient parameter in its constructor, and you haven't messed with the natural order of things by obstructing the client customization in some way (I really don't want to show how).
  • The Retry Pattern and Retry Storm Anti-pattern
    1 project | dev.to | 15 Jan 2024
    In our applications, we should wrap all requests to remote services in code that implements a retry policy that follows one of the strategies I listed earlier. If you are a .NET developer like myself, you may be familiar with the Polly library. Golang has a library called Retry, and there are numerous third-party libraries for Python and Java.
  • Http calls on mobile, what is the preferred way / best practice
    2 projects | /r/dotnetMAUI | 11 Jul 2023
    Another question that rises is, would it be better to use some HttpClient package to handle the requests, like Refit in combination with Polly. But then again, it seems Refit also uses the HttpClient factory, which was a bad thing according to the previous?
  • [Question] HttpClient does not recover from error
    2 projects | /r/dotnet | 8 Jun 2023
    D'Oh! Sorry, not PolySharp. I meant Polly. Too many similarly-named libraries!
  • I thought "Availability Groups" would be 100% "seamless"
    1 project | /r/SQLServer | 16 May 2023
    Everywhere I've worked with AGs, we've worked with the application team to add retry logic to help make things a bit more seamless to end users. There are libraries out there that can make this pretty easy - Polly is one that I've used a few times, but there are others.
  • Do you really need "microservices"?
    1 project | dev.to | 14 May 2023
    Fallacy 1: The network is reliable. If system 2 works perfectly well, but is not accessible for service 1 due to network issues, service 2 is still unavailable. This is why timeouts, service breakers and retry policies exist. A great tool for .NET to handle common network issues is Polly, but even when using a tool like this, the network is still not completely reliable.
  • Only "exit 1" if VISIBLE errors are thrown during script invocation, ignoring try/catch blocks
    1 project | /r/PowerShell | 23 Apr 2023
    I see. Then I don't have any better idea right now, but I do want to suggest that if your script is mostly API calls and you want to be able to deal with failures then take a look at the polly library: https://github.com/App-vNext/Polly

Redis

Posts with mentions or reviews of Redis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-07-16.
  • NestJS Multi-tenancy API Key Authorization
    4 projects | dev.to | 16 Jul 2025
    Redis as caching layer
  • How To Integrate A Distributed Cache For Payment Lookups
    1 project | dev.to | 30 Jun 2025
    This guide walks you through a complete implementation of distributed caching for payment lookups. Using Redis and real-world examples with Flutterwave integration, you'll gain the knowledge to handle peak transaction loads without breaking a sweat.
  • Building an Online Code Compiler: A Complete Guide
    13 projects | dev.to | 24 Jun 2025
    Redis - In-memory data structure store
  • The Hidden Power of Redis: Fast, Flexible, and Freakishly Simple
    3 projects | dev.to | 19 Jun 2025
    Redis GitHub repo
  • Debug C Program in Mac OS
    1 project | dev.to | 31 May 2025
    git clone https://github.com/redis/redis.git cd redis -------------------------------------------------------- open src/Makefile _ We have to modify Makefile _ Change the following lines for debugging_ # OPTIMIZATION?=-O2 OPTIMIZATION?=-O0 # REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) $(OPTIMIZATION) -------------------------------------------------------- make distclean (clean any intermittent files if any). make -j 8 (use multi core if possible).
  • Valkey Turns One: How the Community Fork Left Redis in the Dust
    3 projects | news.ycombinator.com | 31 May 2025
    You are saying that like it is a bad thing. As far as I'm concerned, Valkey is a very healthy open source project with a wide range of companies and people contributing code to it and sponsoring development. None of these companies wield exclusive control over the project. And we all benefit from their work. And if I want, I can take their work and create a commercial product and try to sell it or make money of it. What's not to like there?

    I don't get the anti-capitalist stance here. If you want to contribute to redis, Redis Inc. will require you to sign a contributor license agreement: https://github.com/redis/redis/blob/unstable/CONTRIBUTING.md

    They'll be happy to take your work but the right to exploit it commercially is exclusive to them. That agreement (should you choose to sign it) gives them the right to take your contributions and re-license them under a proprietary license, or any license of their choosing. There's also no commitment that the code base will stay AGPL. That agreement gives them the right to do whatever. Agreements like that are very common with AGPL because it doesn't make much commercial sense to use that license without one.

    > Put in anti-hyperscaler clauses into your licenses to preserve your ability to make money and be sustainable.

    .. and permanently alienate the rest of the open source community from providing contributions to your project. That raises the question why you are open sourcing at all? Why would you cripple a community like that? Permissive licenses are successful because, well, they are permissive. It's why there are a lot of decades old OSS projects where the original developers and companies have long moved on, or in some cases, passed away. It doesn't matter. Because they have diverse communities that survive such things.

  • PostgreSQL Maximalism
    46 projects | dev.to | 28 May 2025
    Alternatives to: Redis (Queue, Pub/Sub), ZeroMQ, RabbitMQ, Apache Kafka, Amazon Simple Queue Service, Google Cloud Pub/Sub
  • AI Agent faster memory access
    4 projects | dev.to | 21 May 2025
    Redis
  • Cache Invalidation: The Silent Performance Killer
    1 project | dev.to | 20 May 2025
    Picture this: you've just built a snappy web app, and you're feeling pretty good about it. You've added Redis to cache frequently accessed data, and your app is flying—pages load in milliseconds, users are happy, and you're a rockstar. But then, a user updates their profile, and… oops. The app still shows their old info. Or worse, a new blog post doesn't appear on the homepage. What's going on? Welcome to the sneaky world of cache invalidation, a concept that can improve your app's performance and reliability.
  • Why redis is losing friends and valkey is gaining them
    2 projects | dev.to | 17 May 2025
    Redis GitHub Repository (for comparison)

What are some alternatives?

When comparing Polly and Redis you can also consider the following projects:

MediatR - Simple, unambitious mediator implementation in .NET

LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

FluentValidation - A popular .NET validation library for building strongly-typed validation rules.

Apache HBase - Apache HBase

Outcome.NET - Never write a result wrapper again! Outcome.NET is a simple, powerful helper for methods that return a value, but sometimes also need to return validation messages, warnings, or a success bit.

Riak - Riak is a decentralized datastore from Basho Technologies.

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured

Did you know that C# is
the 10th most popular programming language
based on number of references?