Categorygithub.com/golyu/redis-session
modulepackage
1.0.0
Repository: https://github.com/golyu/redis-session.git
Documentation: pkg.go.dev

# README

redis-session

A session store backend for gorilla/sessions

Requirements

Depends on the go-redis Redis library.

Installation

go get github.com/go-redis/redis

Example

see example dir

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewRedisStore instantiates a RedisStore with a *redis.Client passed in.

# Structs

RedisStore stores sessions in a redis backend.