https://github.com/f0rmiga/sessiongate-go
A driver for the SessionGate Redis module - easy session management using the Go language.
https://github.com/f0rmiga/sessiongate-go
redis redis-module session session-management session-manager session-store sessionmanager sessions sessionstorage sessionstore
Last synced: 3 days ago
JSON representation
A driver for the SessionGate Redis module - easy session management using the Go language.
- Host: GitHub
- URL: https://github.com/f0rmiga/sessiongate-go
- Owner: f0rmiga
- License: mit
- Created: 2017-10-20T03:39:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T19:25:29.000Z (over 6 years ago)
- Last Synced: 2025-04-09T17:11:39.555Z (3 days ago)
- Topics: redis, redis-module, session, session-management, session-manager, session-store, sessionmanager, sessions, sessionstorage, sessionstore
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-Char - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth / Contents)
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth)
- awesome-go-cn - sessiongate-go
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. (Authentication and OAuth)
- awesome-go - sessiongate-go
- awesome-go - sessiongate-go - Go session management using the SessionGate Redis module. - :arrow_down:0 - :star:4 (Authentication and OAuth)
- awesome-go - sessiongate-go - Driver for the SessionGate Redis module for easy session management in the Go language. - ★ 5 (Authentication and OAuth)
- awesome-go-cn - sessiongate-go
- awesome-go - sessiongate-go - GO语言通过使用sessiongate Redis模块管理会话。 (<span id="身份验证和oauth-authentication-and-auth">身份验证和OAuth Authentication and Auth</span>)
README
[](http://travis-ci.org/f0rmiga/sessiongate-go)
[](https://coveralls.io/github/f0rmiga/sessiongate-go?branch=master)
[](https://goreportcard.com/report/github.com/f0rmiga/sessiongate-go)# SessionGate driver for the Go language
Driver for the SessionGate Redis module for easy session management in the Go language.
## Documentation
https://godoc.org/github.com/f0rmiga/sessiongate-go
## The Redis module
For more information about how the module works, refer to the module repository:
https://github.com/f0rmiga/sessiongate
## How to run the tests
First you need a local running instance of Redis with the SessionGate module loaded (refer to the previous topic).
Then run:
`go test`