Versions in this module Expand all Collapse all v2 v2.0.3 Aug 7, 2023 v2.0.2 Jul 17, 2023 v2.0.1 May 15, 2023 v2.0.0 Mar 12, 2023 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/v3