redisstore

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package redisstore provides Redis-backed auth.SessionStore construction.

Package redisstore provides Redis-backed sessions for GoMyAdmin.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Cache

type Cache struct {
	Client redis.UniversalClient
}

func (Cache) Delete

func (c Cache) Delete(ctx context.Context, key string) error

func (Cache) Get

func (c Cache) Get(ctx context.Context, key string) ([]byte, error)

func (Cache) Set

func (c Cache) Set(ctx context.Context, key string, value []byte, ttl time.Duration) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL