Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 983 Bytes

session

Test status Go Report Card GoDev GitHub release

Session implementation for hertz.

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.

Contributing

Feel free to contribute... 😉