whitfin / cachex

A powerful caching library for Elixir with support for transactions, fallbacks and expirations
https://hexdocs.pm/cachex/
MIT License
1.6k stars 103 forks source link

Rename transactional to transactions in options structs #339

Closed whitfin closed 7 months ago

whitfin commented 7 months ago

This fixes #335.

This renames the :transactional flag to be more consistent with other options, now named :transactions.