github.com/go-redis/redis/v8.cmdable.Set (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L759: func (c cmdable) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd {

	golang.org/x/pkgsite/internal/cache
		cache.go#L43: 	_, err = c.client.Set(ctx, key, data, ttl).Result()