Cacheme: Asyncio cache framework with multiple storages and thundering herd protection

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. ristretto

    A high performance memory-bound Go cache

    I made Cacheme years ago, which support redis and synchronous API only. Then I switch to Go and found that there are some awesome cache projects in Go(ristretto, gocache...), I also made my own Cacheme go version: cacheme-go. After trying asyncio and type hint, I think it's time to rewrite my old Cacheme.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. gocache

    ☔️ A complete Go cache library that brings you multiple ways of managing your caches

    I made Cacheme years ago, which support redis and synchronous API only. Then I switch to Go and found that there are some awesome cache projects in Go(ristretto, gocache...), I also made my own Cacheme go version: cacheme-go. After trying asyncio and type hint, I think it's time to rewrite my old Cacheme.

  4. cacheme-go

    🚀 Schema based, typed Redis caching/memoize framework for Go

    I made Cacheme years ago, which support redis and synchronous API only. Then I switch to Go and found that there are some awesome cache projects in Go(ristretto, gocache...), I also made my own Cacheme go version: cacheme-go. After trying asyncio and type hint, I think it's time to rewrite my old Cacheme.

  5. cacheme

    Asyncio cache framework for Python

    See https://github.com/Yiling-J/cacheme

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • IceFireDB:Distributed disk storage database based on Raft and Redis protocol.

    6 projects | /r/golang | 18 Aug 2021
  • Sturdyc: A caching library for building sturdy systems

    1 project | news.ycombinator.com | 9 Feb 2025
  • Show HN: Multi-/BiKeyMap (Go Module)

    1 project | news.ycombinator.com | 3 Feb 2025
  • HyperLogLog – an algorithm for approximating the number of distinct elements

    1 project | news.ycombinator.com | 22 Aug 2024
  • Go High-Performance Cache with TTL and Disk Persistence

    1 project | dev.to | 13 Aug 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?