Skip to content

Commit

Permalink
New adapter with Horde (cabol#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Jun 14, 2022
1 parent d7ad962 commit 340e669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Multilevel | [Nebulex.Adapters.Multilevel][ma] | Built-In
Nil (special adapter that disables the cache) | [Nebulex.Adapters.Nil][nil] | Built-In
Cachex | Nebulex.Adapters.Cachex | [nebulex_adapters_cachex][nbx_cachex]
Redis | NebulexRedisAdapter | [nebulex_redis_adapter][nbx_redis]
Distributed with Horde | Nebulex.Adapters.Horde | [nebulex_adapters_horde][nbx_horde]

[la]: http://hexdocs.pm/nebulex/Nebulex.Adapters.Local.html
[pa]: http://hexdocs.pm/nebulex/Nebulex.Adapters.Partitioned.html
Expand All @@ -57,6 +58,8 @@ Redis | NebulexRedisAdapter | [nebulex_redis_adapter][nbx_redis]
[nil]: http://hexdocs.pm/nebulex/Nebulex.Adapters.Nil.html
[nbx_cachex]: https://github.com/cabol/nebulex_adapters_cachex
[nbx_redis]: https://github.com/cabol/nebulex_redis_adapter
[nbx_horde]: https://github.com/eliasdarruda/nebulex_adapters_horde


For example, if you want to use a built-in cache, add to your `mix.exs` file:

Expand Down

0 comments on commit 340e669

Please sign in to comment.