Python Redis

Open-source Python projects categorized as Redis

Top 23 Python Redi Projects

  1. celery

    Distributed Task Queue (development branch)

    Project mention: Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production | dev.to | 2026-04-26

    These options configure TCP keepalive. They help detect stale or broken broker connections earlier instead of letting workers hang on dead sockets. (Find more info in this Github Issue)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. redis-py

    Redis Python client

    Project mention: War Story: We Survived a 2-Hour Outage with Redis 8.0 Cluster and Sentinel | dev.to | 2026-05-02

    We recommend the official go-redis client for Go, redis-py for Python, and Jedis for Java, as all three have added support for Redis 8.0’s new Cluster and Sentinel features. Avoid using older clients or community-maintained forks that may not support Redis 8.0’s updated gossip protocol or slot migration logic. All three official clients include error handling for Sentinel failover events, which is critical for minimizing traffic drops during failover. We use go-redis v9.4.0 in production, which has handled 142k writes/sec with <0.01% error rate post-fix.

  4. rq

    Simple job queues for Python

    Project mention: Oban, the job processing framework from Elixir, has come to Python | news.ycombinator.com | 2026-01-28

    For an even lighter system than Celery, I'm a big fan of

    https://python-rq.org/

    It's super low on the dependencies and integrates nicely as a library into python applications. It's very bare bones.

  5. GPTCache

    Semantic cache for LLMs. Fully integrated with LangChain and llama_index.

    Project mention: What's semantic caching? | dev.to | 2026-03-16

    GPTCache — an open source library built specifically for caching LLM responses. Pretty flexible and worth looking at if you're rolling your own pipeline.

  6. NewsBlur

    NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.

    Project mention: A deep dive into the RSS feed reader landscape | news.ycombinator.com | 2025-10-08

    Unless I misunderstand, it also misses that Newsblur is open source and can be self hosted https://github.com/samuelclay/NewsBlur

  7. flower

    Real-time monitor and web admin for Celery distributed task queue

    Project mention: flower VS dj-celery-panel - a user suggested alternative | libhunt.com/r/flower | 2026-02-27
  8. dev-setup

    macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

  9. huey

    a little task queue for python

    Project mention: Django: What's new in 6.0 – Adam Johnson | news.ycombinator.com | 2025-12-09
  10. scrapy-redis

    Redis-based components for Scrapy.

  11. dramatiq

    A fast and reliable background task processing library for Python 3.

    Project mention: Dramatiq: A fast and reliable background task processing library for Python 3 | news.ycombinator.com | 2026-01-17
  12. faststream

    FastStream is an asynchronous Python framework for building event-driven applications. It brings together message broker integration, dependency injection, validation, testing utilities, and AsyncAPI documentation generation in a single toolkit

    Project mention: FastStream 0.7: MQTT support – in-memory tests, AsyncAPI generation and more | news.ycombinator.com | 2026-06-01
  13. Stream-Framework

    Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:

    Project mention: Build a Real-Time Voice RAG Agent for Your Documentation | dev.to | 2026-05-13

    We wire everything up with Vision Agents as the voice agent framework, Stream for WebRTC audio and video, OpenAI Realtime for speech in and speech out, Anam so the agent shows up as a face on the video, and Supermemory so answers come from search over your uploaded documents instead of guesswork. The code stays small and most of the behavior lives in one registered function that asks the memory store for relevant chunks and returns them to the model.

  14. Gopherus

    This tool generates gopher link for exploiting SSRF and gaining RCE in various servers

  15. kombu

    Messaging library for Python.

    Project mention: Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production | dev.to | 2026-04-26

    One more practical point from my experience: sometimes the problem is not in your code or even in your configuration, but in Celery itself or in lower-level libraries such as Kombu (for example https://github.com/celery/kombu/issues/2258).

  16. arq

    Fast job queuing and RPC in python with asyncio and redis.

  17. iredis

    Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

  18. FastAPI-boilerplate

    An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.

  19. django-rq

    A simple app that provides django integration for RQ (Redis Queue)

  20. faust

    Python Stream Processing. A Faust fork (by faust-streaming)

  21. fastapi-cache

    fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.

  22. WordOps

    Install and manage a high performance WordPress stack with a few keystrokes

  23. docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    Project mention: Dumb Ways for an Open Source Project to Die | news.ycombinator.com | 2026-05-19

    Another one is how much time it takes to maintain vs how much interest it has. This is different than burnout.

    I created and maintain example Docker Compose starter projects for Flask[0], Rails[1], Django[2] and Node[3]. I've had these going for 6-7 years and I maintain them at least once a week to keep everything up to date.

    I used to also support Phoenix but I stopped after ~5 years because it was the least popular project but also took up more time to upgrade than all of the other example projects combined because Live View has changed in drastic ways so many times.

    Plus it became no longer enjoyable to work on it since I stopped using Phoenix in my day to day as well. That combined with it being the least popular example app between the 5 projects.

    I put together a 6 month plan to archive the repo in https://github.com/nickjj/docker-phoenix-example/issues/16, received zero feedback and then archived it at the start of 2026.

    [0]: https://github.com/nickjj/docker-flask-example

    [1]: https://github.com/nickjj/docker-rails-example

    [2]: https://github.com/nickjj/docker-django-example

    [3]: https://github.com/nickjj/docker-node-example

  24. rq-scheduler

    A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Redis discussion

Log in or Post with

Python Redis related posts

  • I Built My Own Analytics Platform Instead of Paying for PostHog

    1 project | dev.to | 8 Jun 2026
  • Building a PostHog-Like Analytics Platform with FastAPI

    1 project | dev.to | 4 Jun 2026
  • pgxbackup: Continuity Support for pgBackRest

    2 projects | news.ycombinator.com | 5 May 2026
  • War Story: We Survived a 2-Hour Outage with Redis 8.0 Cluster and Sentinel

    3 projects | dev.to | 2 May 2026
  • War Story: We Migrated From Memcached 1.6 to Redis 7.2 and Cut Cache Misses by 60%

    4 projects | dev.to | 27 Apr 2026
  • Redis 9 vs. Dragonfly 1.20: Throughput and Memory Efficiency Benchmarks for Caching Layers

    3 projects | dev.to | 27 Apr 2026
  • Celery + Redis at Scale: Designing a Reliable and Efficient Task Queue in Production

    3 projects | dev.to | 26 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Redi projects in Python? This list will help you:

# Project Stars
1 celery 28,584
2 redis-py 13,558
3 rq 10,650
4 GPTCache 8,066
5 NewsBlur 7,497
6 flower 7,192
7 dev-setup 6,264
8 huey 5,973
9 scrapy-redis 5,633
10 dramatiq 5,265
11 faststream 5,224
12 Stream-Framework 4,746
13 Gopherus 3,340
14 kombu 3,120
15 arq 2,949
16 iredis 2,741
17 FastAPI-boilerplate 1,958
18 django-rq 1,948
19 faust 1,875
20 fastapi-cache 1,865
21 WordOps 1,555
22 docker-django-example 1,529
23 rq-scheduler 1,515

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com