Open maxcountryman opened 3 years ago
It seems this no longer works with Tide 0.16.0. I'm seeing this error:
the trait `Middleware<()>` is not implemented for `SessionMiddleware<RedisSessionStore>`
Tide is on the previous version of async-session, so you'll need to use the previous version of async-redis-session
It seems this no longer works with Tide 0.16.0. I'm seeing this error: