gitmko0 / session

Session implementation for fasthttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

session

Build Status Go Report Card GoDoc GitHub release

Provide session storage to fasthttp.

This package follow the fasthttp philosophy, trying to avoid extra memory allocations in hot paths.

See examples to see how to use it.

Providers

  • memory
  • memcache
  • mysql
  • postgres
  • redis
  • sqlite3

Features

  • Focus on the design of the code architecture and expansion.
  • Provide full session storage.
  • Convenient switching of session storage.
  • Customizable data serialization.

Bugs

If you find a bug, please open new issue.

About

Session implementation for fasthttp

License:MIT License


Languages

Language:Go 98.1%Language:TSQL 1.9%