Versions in this module Expand all Collapse all v0 v0.0.5 Aug 18, 2023 v0.0.4 Aug 18, 2023 v0.0.3 Aug 17, 2023 Changes in this version + type Adapter struct + Client *redis.Client + func NewAdapter(client *redis.Client) *Adapter + func (a *Adapter) Eval(ctx context.Context, script string, keys []string, args []interface{}) (interface{}, error)