Versions in this module Expand all Collapse all v1 v1.2.2 Jul 23, 2024 Changes in this version type RedisExt + func (c *RedisExt) EvalLua(ctx context.Context, script string, keys []string, args ...any) (any, error) v1.2.0 May 9, 2024 Changes in this version + type RedisExt struct + NS string + func (c *RedisExt) AddPrefix(key string) string + func (c *RedisExt) Application() *gobay.Application + func (c *RedisExt) CheckHealth(ctx context.Context) error + func (c *RedisExt) Client() *redis.Client + func (c *RedisExt) Close() error + func (c *RedisExt) Init(app *gobay.Application) error + func (c *RedisExt) Object() interface{}