Skip to content

Commit

Permalink
Fix outdated links to avoid CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Sep 30, 2024
1 parent a0b7293 commit bc3e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/migrating-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ There are many breaking changes bundled up in v3, and so this guide serves as a

## Startup Options

In order to reduce a lot of the option parsing involved in Cachex, the options given to `Cachex.start_link/1` and `Cachex.start/1` have changed pretty drastically. The easiest way to see the differences is to look again at the documentation for these functions, but here's a very high level summary of changes (if these are things you use, please do check the docs):
In order to reduce a lot of the option parsing involved in Cachex, the options given to `start_link/1` and `start/1` have changed pretty drastically. The easiest way to see the differences is to look again at the documentation for these functions, but here's a very high level summary of changes (if these are things you use, please do check the docs):

- The `:commands` option now expects a list of `command` records.
- The `:default_ttl`, `:disable_ode` and `:ttl_interval` are now passed as an `expiration` record in the `:expiration` option (and have had their names changed).
Expand Down

0 comments on commit bc3e42d

Please sign in to comment.