Skip to content

issues Search Results · repo:tj/connect-redis language:TypeScript

Filter by

0 results
 (58 ms)

0 results

intj/connect-redis (press backspace or delete to remove)

I m importing the module like so import connectRedis from connect-redis ; and then I try const RedisStore = connectRedis(session); which gives me the error TypeError: (0 , import_connect_redis.default) ...
  • farhadzaidi
  • 1
  • Opened 
    on Dec 19, 2024
  • #419

Hi everyone, In one of my projects, a strange TypeError appear when I switch from Node.js v20.15.0 to Node.js v22.12.0 . When I try to create a new RedisStore instance this type error occurs : let redis_store ...
  • J0hn3ch
  • 11
  • Opened 
    on Dec 11, 2024
  • #418

Hey there. Trying to use connect-redis from a CommonJS context with the following tsconfig.json: compilerOptions : { // ... module : NodeNext , target : ES2022 , moduleResolution : NodeNext ...
  • gegenschall
  • 6
  • Opened 
    on Dec 4, 2024
  • #416

Hi everyone, I am combining NestJS + passport with oidc strategy + express-session + connect-redis but for some reason the session data is not stored in Redis. The whole flow does work yet no session ...
  • fabrice-toussaint
  • 1
  • Opened 
    on Aug 30, 2024
  • #414

For more than 30 minutes, I have not had any sensible solution that simply does not work in the latest version. Session.module.ts import { Module, NestModule, MiddlewareConsumer } from @nestjs/common ...
  • SebaBoler
  • 2
  • Opened 
    on Jul 11, 2024
  • #413

I have read https://github.com/tj/connect-redis/issues/289 (and https://github.com/tj/connect-redis/pull/285 , @wavded ), and while 285 may have satisfied express-session s logical requirements for touch ...
stale
  • dkrieger
  • 4
  • Opened 
    on Jul 10, 2024
  • #412

Hi there, If possible, please could you consider making RedisStore a named export? export class RedisStore extends Store { At the moment, with the default only export it is not possible to use connect-redis ...
  • rmuchall-sepa
  • 8
  • Opened 
    on May 17, 2024
  • #411

I m trying to implement express-session package along with connect-redis for session storage in my NestJS backend, but i got such an error as follows. I even changed the client inside the store to RedisClient, ...
stale
  • Abdulberk
  • 6
  • Opened 
    on Apr 21, 2024
  • #410

I have a Node.js app (node v.16.20.0) and I am getting this error after I upgraded to connect-redis 7.0.0 and redis 4.6.11: uncaughtException: store.on is not a function TypeError: store.on is not a function ...
  • mileniasm
  • 10
  • Opened 
    on Dec 8, 2023
  • #407

I was banging my head against a wall for several hours trying to fix a bug where the session store would break after a client joined my websocket server, but I finally figured out the root cause of it: ...
  • henry-lang
  • 1
  • Opened 
    on Nov 25, 2023
  • #406
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub