mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-14 02:52:45 +00:00
16 lines
929 B
Markdown
16 lines
929 B
Markdown
sessions
|
|
========
|
|
|
|
Store Implementations
|
|
---------------------
|
|
Other implementations of the sessions.Store interface:
|
|
|
|
* [github.com/yosssi/boltstore](https://github.com/yosssi/boltstore) - Bolt
|
|
* [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase
|
|
* [github.com/bradleypeabody/gorilla-sessions-memcache](https://github.com/bradleypeabody/gorilla-sessions-memcache) - Memcache
|
|
* [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache on GAE
|
|
* [github.com/kidstuff/mongostore](https://github.com/kidstuff/mongostore) - MongoDB
|
|
* [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - MySQL
|
|
* [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL
|
|
* [github.com/boj/redistore](https://github.com/boj/redistore) - Redis
|
|
* [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
|