Marc Harter

Results 88 comments of Marc Harter

Hey @otchilin, thanks for working on this and bringing to my attention. Do you have resources that explains the benefits of this approach? Maintaining this project now for multiple years...

Thanks for the explanation. We do have the `all` and `ids` methods that are used currently if you wanted to search through all the sessions for something. Not as fast...

This is on my radar for the next release. Thanks for reporting!

This has been addressed in v8.0.0 https://github.com/tj/connect-redis/releases/tag/v8.0.0

I haven't thought about this is a while 🤣 Is part of the issue that express-session isn't notifying the store to invalidate the session?

@Matmo10 did you ever get completions working?

Yeah I noticed this as well. Tried setting `ttl: 0` but that didn't help either. Takes about 10 seconds for me, even though running the command from the terminal is...

I maintain the `connect-redis` package. v4 is breaking enough that it is no longer interoperable with packages like `ioredis` and `redis-mock` (which are also both supported). I thought using `legacyMode`...