mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
upgrade dependencies
This commit is contained in:
@@ -12,8 +12,13 @@ import (
|
||||
"github.com/kataras/iris/v12/_examples/sessions/overview/example"
|
||||
)
|
||||
|
||||
// tested with redis version 3.0.503.
|
||||
// for windows see: https://github.com/ServiceStack/redis-windows
|
||||
// 1. Install Redis:
|
||||
// 1.1 Windows: https://github.com/ServiceStack/redis-windows
|
||||
// 1.2 Other: https://redis.io/download
|
||||
// 2. go mod download
|
||||
// 3. go run main.go
|
||||
//
|
||||
// Tested with redis version 3.0.503.
|
||||
func main() {
|
||||
// These are the default values,
|
||||
// you can replace them based on your running redis' server settings:
|
||||
|
||||
Reference in New Issue
Block a user