Skip to content

Commit 41ee504

Browse files
quasoftkisielk
authored andcommitted
Add link to memstore implementation (#143)
Adds a link to memstore, an in-memory implementation of `sessions.Store` for use in unit tests
1 parent fe21b6a commit 41ee504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Other implementations of the `sessions.Store` interface:
8484
* [github.com/michaeljs1990/sqlitestore](https://github.com/michaeljs1990/sqlitestore) - SQLite
8585
* [github.com/wader/gormstore](https://github.com/wader/gormstore) - GORM (MySQL, PostgreSQL, SQLite)
8686
* [github.com/gernest/qlstore](https://github.com/gernest/qlstore) - ql
87+
* [github.com/quasoft/memstore](https://github.com/quasoft/memstore) - In-memory implementation for use in unit tests
8788

8889
## License
8990

0 commit comments

Comments
 (0)