Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcsunset/session-management
https://github.com/dcsunset/session-management
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcsunset/session-management
- Owner: DCsunset
- License: agpl-3.0
- Created: 2022-03-05T22:21:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T21:21:16.000Z (over 2 years ago)
- Last Synced: 2024-11-08T08:55:03.475Z (about 2 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# session-management
Session management system based on various storage backends
## Backends
* [chord-dht](https://github.com/DCsunset/chord-dht)
* redis cluster
* mariadb
* in memory hash set (without replication)## License
Licensed under the [AGPLv3](LICENSE) license.