GitShow/tj/connect-redis
tj

connect-redis

Redis session store for Connect

by tj
Star on GitHubForknpm

TypeScript

2.8k stars349 forks73 contributorsQuiet · 10mo agoSince 2010v9.0.0MIT

Meet the team

See all 73 on GitHub →
wavded
wavded126 contributions
tj
tj109 contributions
chirag04
chirag0412 contributions
knoxcard
knoxcard7 contributions
louischatriot
louischatriot5 contributions
garrensmith
garrensmith4 contributions
knoxcard2
knoxcard24 contributions
r3wt
r3wt3 contributions

Languages

View on GitHub →
TypeScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 10mo ago
See all on GitHub →
dariozachow
deps: update to redis v6.0.0OpenIssue

this lib still uses the v5.x.x version of redis. can you please update the package?

dariozachow · 1d ago
Soengkit
chore: use public repository metadataOpenPR

Summary update the package repository metadata to use the public HTTPS GitHub URL keep the change limited to package metadata Validation node package metadata assertion git diff --check git ls-remote https://github.com/tj/connect-redis.git HEAD npm pack --dry-run --ignore-scripts --json passed

Soengkit · 1w ago

Recent fixes

View closed PRs →
shyamdhanvi
ERR: RedisStore' only refers to a type, but is being used as a value here. (connect-redis error)ClosedIssue

import {RedisStore} from "connect-redis" import session from "express-session" import {createClient} from "redis" // Initialize client. let redisClient = createClient() redisClient.connect().catch(console.error) // Initialize store. let redisStore = new RedisStore({ client: redisClient, prefix: "myapp:", }) // Initialize session storage. app.use( session({ store: redisStore, resave: false, // required: force lightweight session keep alive (touch) saveUninitialized: false, // recommended: only save session when data exists secret: "keyboard cat", }), )' its giving error RedisStore' only refers to a type, but is being used as a value here.

shyamdhanvi · 6mo ago
non5topio
Enabled Flag False TestMergedPR
non5topio · 7mo ago
wavded
Fix broken windowsMergedPR

Includes: Update to Biome 2 Update dev dependencies to latest versions in Add TypeScript note to

wavded · 10mo ago
Structured data for AI agents

Repository: tj/connect-redis. Description: Redis session store for Connect Stars: 2824, Forks: 349. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Latest release: v9.0.0 (1y ago). Open PRs: 1, open issues: 1. Last activity: 10mo ago. Community health: 42%. Top contributors: wavded, tj, chirag04, knoxcard, louischatriot, garrensmith, knoxcard2, r3wt, jakemitchellxyz, undoZen and others.

·@ofershap

Replace github.com with gitshow.dev