File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ Features
5656- Focus on simplicity and performance, it's the fastest sessions provider in Go world.
5757- Cleans the temp memory when a session is idle, and re-allocates it to the temp memory when it's necessary.
5858- The most used sessions are optimized to be in the front of the memory's list.
59- - Supports any type of [ external database] ( https://github.com/kataras/go-sessions/tree/master/examples /3_redis_sessiondb ) .
59+ - Supports any type of [ external database] ( https://github.com/kataras/go-sessions/tree/0.0.5/_examples /3_redis_sessiondb ) .
6060- Works with both [ net/http] ( https://golang.org/pkg/net/http/ ) and [ valyala/fasthttp] ( https://github.com/valyala/fasthttp ) .
6161
6262
6363Docs
6464------------
6565
66- Take a look at the [ ./examples] ( https://github.com/kataras/go-sessions/tree/master /_examples ) .
66+ Take a look at the [ ./examples] ( https://github.com/kataras/go-sessions/tree/0.0.5 /_examples ) .
6767
6868
6969** OUTLINE**
You can’t perform that action at this time.
0 commit comments