Expand description
This module contains a trait and its implementations for a unified redirect, vanity path, and statistics store used as links’ backend store.
This store can be something simple like in-memory hashmaps, an interface to
something more complex and feature-rich like Redis, or anything in between.
The aim of this StoreBackend
trait is to make it easy to swap between
different storage backends, and to make developing them fast. For details
about configuring each store backend, see that backend’s documentation.
Traits§
- Store
Backend - The redirect, vanity path, and statistics store trait used by links.