A powerful caching library for Elixir with support for transactions, fallbacks and expirations

caching caching-library distributed-systems memory-cache performance
2 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

A powerful caching library for Elixir with support for transactions, fallbacks and expirations

Elixir
#caching#caching-library#distributed-systems#memory-cache#performance

AI Summary: Debug why Cachex.fetch is returning {:error, :no_cache} in a distributed Elixir application even when a fallback function is provided. The issue seems intermittent and possibly related to cache initialization or temporary emptiness during deployments. Investigation should focus on the cache's startup process, potential race conditions, and the interaction between the fallback function and the distributed cache setup.

Complexity: 4/5
help wanted

A powerful caching library for Elixir with support for transactions, fallbacks and expirations

Elixir
#caching#caching-library#distributed-systems#memory-cache#performance