module
Version:
v0.0.0-...-c3edf9c
Opens a new window with list of versions in this module.
Published: Mar 24, 2023
License: MIT
Opens a new window with license information.
README
¶
tinygoext
tinygo extension package.
- redis session support for tinygo.
usage
import (
"github.com/kdada/tinygo/session"
"github.com/narrowizard/tinygoext/sessionext"
)
session.Register("redis", sessionext.NewRediSessionContainer)
config
config in tinygo web.cfg
- SessionType redis
- SessionSource {"Host":"localhost:6379","MaxIdle":10,"MaxActive":20,"IdleTimeout":60,"Wait":false,"DB":2,"Password":""}
Directories
¶
Click to show internal directories.
Click to hide internal directories.