fastapi-redis-cache VS fastapi-cache

Compare fastapi-redis-cache vs fastapi-cache and see what are their differences.

fastapi-redis-cache

A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis) (by a-luna)

fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached. (by long2ice)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fastapi-redis-cache fastapi-cache
1 1
143 1,132
- -
0.0 8.3
18 days ago about 2 months ago
Python Python
MIT License Apache License 2.0
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.

fastapi-redis-cache

Posts with mentions or reviews of fastapi-redis-cache. We have used some of these posts to build our list of alternatives and similar projects.

fastapi-cache

Posts with mentions or reviews of fastapi-cache. We have used some of these posts to build our list of alternatives and similar projects.
  • Caching Api route response in redis/in-memory/memcache other methods to reduce db/external api calls?
    1 project | /r/sveltejs | 4 May 2023
    Recently I had been working with a stock/derivatve market indicator platform for a client. It requires us to fetch data from timescaledb and then perform computation on it and display results. Now db call is expensive since ton of data and computation is also expensive. So waht we did was used Sveltekit woth sveltequery configured with auto refetch in frontend and used fastapi for creating apis which return the data pre computed. We used a https://github.com/long2ice/fastapi-cache library with it to make sure that computation happens only once and all the clients get cached response. I wonder if there is any library like this one which is easy to plug directly in sveltekit API route. So that we can move completely to sveltekit rather than maintaining seperate servers. (We would be using Danfo.js as replacement to pandas for computations)

What are some alternatives?

When comparing fastapi-redis-cache and fastapi-cache you can also consider the following projects:

pottery - Redis for humans. 🌎🌍🌏

aiocache - Asyncio cache manager for redis, memcached and memory

uvicorn-gunicorn-fastapi-docker - Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

fastapi-mvc - Developer productivity tool for making high-quality FastAPI production-ready APIs.

aioredis - asyncio (PEP 3156) Redis support

opyrator - 🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.

coronavirus-tracker-api - 🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!

fastapi-mailman - Porting Django's email implementation to your FastAPI applications.

fastapi-responseschema - ☄️ Global response wrappers for FastAPI

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production