You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't make sense to have a required argument as an option, so we should adjust Cachex.start_link/1 to be Cachex.start_link/2. We can provide backwards compatibility so it can go in v1.2.
It doesn't make sense to have a required argument as an option, so we should adjust
Cachex.start_link/1
to beCachex.start_link/2
. We can provide backwards compatibility so it can go in v1.2.Example:
The text was updated successfully, but these errors were encountered: