Versions in this module Expand all Collapse all v0 v0.1.0 Aug 23, 2022 Changes in this version + func NewAdapter(opt *RingOptions) cache.Adapter + type Adapter struct + func (a *Adapter) Get(key uint64) ([]byte, bool) + func (a *Adapter) Release(key uint64) + func (a *Adapter) Set(key uint64, response []byte, expiration time.Time) + type RingOptions redis.RingOptions