nebulex icon indicating copy to clipboard operation
nebulex copied to clipboard

In-memory and distributed caching toolkit for Elixir.

Results 16 nebulex issues
Sort by recently updated
recently updated
newest added

Given we cannot control the compilation order of dependencies, we ran into an issue where attempting to `use Nebulex.Caching` results in the following error: `module Nebulex.Caching is not loaded and...

I'm able to easily switch adapters before the supervision tree starts, but I'm somewhat confused on the best approach to the decorator pattern and how it might work with different...

Hello guys! First of all, I want to congratulate with you for the amazing job of this application. In our use case, we use Kubernetes to deploy the application and...

Based on [NearCache topology documentation](https://docs.oracle.com/cd/E14526_01/coh.350/e14510/nearcache.htm#COHGS229), implement the **"Present"** strategy This also addresses issue #18

feature

Provide a guide to explain in detail and step by step how to implement a new adapter.

enhancement
Nice To Have

The idea with this adapter is to provide another backend and be able to support different distributed topologies (replicated topology is a must).

feature
Nebulex v3

I have observed an issue with referenced keys and dangling references on `cache_evict`. This is based on the `UserAccounts` example from the docs (https://hexdocs.pm/nebulex/Nebulex.Caching.Decorators.html#cacheable/3-referenced-keys). I have a mock database implementation,...

Nebulex v3

The names of functions are not carefully selected, please feel free to change.