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

fix redis sessions database prefix

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-10 13:18:33 +03:00
parent 0dd03c0e92
commit 2d62d49fdb
2 changed files with 6 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ func main() {
Username: "",
Password: "",
Database: "",
Prefix: "",
Prefix: "myapp-",
Driver: redis.GoRedis(), // defautls.
})