Versions in this module Expand all Collapse all v0 v0.2.1 Jul 31, 2023 v0.2.0 Apr 6, 2023 Changes in this version + type Manager struct + func NewManager(client *redis.Client) *Manager + func (m *Manager) Get(c context.Context, bid id.BlobID) (*mysql.BlobRecord, error) + func (m *Manager) Insert(c context.Context, br *mysql.BlobRecord) error + func (m *Manager) Remove(c context.Context, bid id.BlobID) error