Tus.Cache.Redis

Redis cache backend for the Tus server

Uses the Redix package for interfacing with Redis.

Installation

The package can be installed by adding tus_cache_redis to your list of dependencies in mix.exs:

def deps do
  [
    {:tus, "~> 0.1.0"},
    {:tus_cache_redis, "~> 0.1.0"},
  ]
end

Configuration