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"},
]
endConfiguration
cache: Set it asTus.Cache.Redis.redis_host: Optional. "localhost" by defaultredis_port: Optional. 6379 by default.