Versions in this module Expand all Collapse all v3 v3.0.1 Jan 10, 2025 v3.0.0 Mar 18, 2024 Changes in this version + var ConfigDefault = Config + type Config struct + ConnectionURI string + DB *pgxpool.Pool + Database string + GCInterval time.Duration + Host string + Password string + Port int + Reset bool + SSLMode string + Table string + Username string + type Storage struct + func New(config ...Config) *Storage + func (s *Storage) Close() error + func (s *Storage) Conn() *pgxpool.Pool + func (s *Storage) Delete(key string) error + func (s *Storage) Get(key string) ([]byte, error) + func (s *Storage) Reset() error + func (s *Storage) Set(key string, val []byte, exp time.Duration) error Other modules containing this package github.com/gofiber/storage/postgres github.com/gofiber/storage/postgres/v2