Skip to content

Instantly share code, notes, and snippets.

View melkishengue's full-sized avatar

Melkis Hengue melkishengue

View GitHub Profile
@melkishengue
melkishengue / redis-cacher.go
Last active April 3, 2025 06:34
A smarter gorm redis cacher with support for table/model invalidaition
package postgres
import (
"context"
"fmt"
"strings"
"time"
"github.com/go-gorm/caches/v4"
"github.com/gofiber/fiber/v2/log"