-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
Nebulex v3.0.0-rc.2
- New API functions:
fetch_or_store
andget_or_store
(Add API functionfetch_or_store
#240 Addget_or_store
function #241 ). - Add docs and examples of
Nebulex.Adapter.Observable
to the "Getting Started" guide. - Update Nebulex examples to use v3.
- Implement
nebulex_mnesia
adapter. This new adapter will cover several use cases as well as distributed cache topologies. With Mnesia, it will be possible to have a local cache and a distributed cache with replication (and fragmentation). Maybe deprecateNebulex.Adapters.Replicated
adapter.
nickgnd, Caciquez, sam-levy and dziaineka