Open Issues Need Help
View All on GitHub help wanted
whitfin/cachex
1.7K
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
Elixir
#caching#caching-library#distributed-systems#memory-cache#performance
Cachex.fetch returning {:error, :no_cache} 3 months ago
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
whitfin/cachex
1.7K
A powerful caching library for Elixir with support for transactions, fallbacks and expirations
Elixir
#caching#caching-library#distributed-systems#memory-cache#performance