# 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.