issues Search Results · repo:tj/connect-redis language:TypeScript
Filter by
289 results
(77 ms)289 results
intj/connect-redis (press backspace or delete to remove)import {RedisStore} from connect-redis import session from express-session import {createClient} from redis
// Initialize client. let redisClient = createClient() redisClient.connect().catch(console.error) ...
shyamdhanvi
- 4
- Opened on Jun 19
- #434
ERR syntax error caused by invalid arguments when ttl is enabled in connect-redis
Summary: When using connect-redis with TTL enabled (default behavior), the library sometimes sends invalid arguments to ...
trelea
- 2
- Opened on Jun 18
- #433
Image
Image
Following the exemaples from readme im getting Only a void function can be called with the new keyword. I also tried
more exemaple from past and getting: TypeError: (0 , connect_redis_1.default) ...
trelea
- 6
- Opened on Jun 17
- #432
Problem
This library exposes many async functions that swallow any returned data or errors from redis if you try to use them as
a promise instead of a callback function. These functions should return ...
lobabob
- 5
- Opened on May 2
- #429
If you copy the example, any calls to redis break with client.get is not a function . It appears that the current
version of the redis package creates a Commander object for the client, which has no method ...
jackofsometrade
- 4
- Opened on Mar 8
- #424
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

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.