NewDefaultRuntimeConfig create new store with default config and use runtime store
()
| 72 | |
| 73 | // NewDefaultRuntimeConfig create new store with default config and use runtime store |
| 74 | func NewDefaultRuntimeConfig() *StoreConfig { |
| 75 | return NewStoreConfig(SessionMode_Runtime, DefaultSessionMaxLifeTime, "", "", 0, 0) |
| 76 | } |
| 77 | |
| 78 | // NewDefaultRedisConfig create new store with default config and use redis store |
| 79 | func NewDefaultRedisConfig(serverIp string) *StoreConfig { |