Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + var Key = func(req *http.Request) string + type Storage struct + Client *redis.Client + Expiration time.Duration + func New(client *redis.Client) *Storage + func (s *Storage) Get(ctx context.Context, req *http.Request) (*http.Response, error) + func (s *Storage) Put(ctx context.Context, resp *http.Response) error