Redis cache handler using Redix.
Requires the :redix dependency.
:redix
Wrap a Redix connection pid or registered name as a cache handler.
@type t() :: %FragmentedKeys.CacheHandler.Redis{conn: pid() | atom()}