Official adapters
View SourceCurrently we officially support the following adapters:
Cache | Nebulex Adapter | Dependency |
---|---|---|
Nil (special adapter to disable caching) | Nebulex.Adapters.Nil | Built-In |
Generational Local Cache | Nebulex.Adapters.Local | nebulex_local |
Partitioned | Nebulex.Adapters.Partitioned | nebulex_distributed |
Multilevel | Nebulex.Adapters.Multilevel | nebulex_distributed |
Redis | Nebulex.Adapters.Redis | nebulex_redis_adapter |
Cachex | Nebulex.Adapters.Cachex | nebulex_adapters_cachex |
The adapter documentation links above will help you get started with your adapter of choice. For API reference, you can check out the Nebulex documentation.