1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00

upgrade dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 08:05:13 +02:00
parent f34703e3cf
commit b80bd10903
6 changed files with 409 additions and 9 deletions

View File

@@ -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: