Skip to content

chore: upgrade connect-redis v9.x#347

Open
Tony133 wants to merge 3 commits into
mainfrom
chore/upgrade-connect-redis-v9
Open

chore: upgrade connect-redis v9.x#347
Tony133 wants to merge 3 commits into
mainfrom
chore/upgrade-connect-redis-v9

Conversation

@Tony133

@Tony133 Tony133 commented Jul 15, 2026

Copy link
Copy Markdown
Member

Proposal:

close #346

Note:

@Tony133
Tony133 marked this pull request as ready for review July 15, 2026 10:25
@Tony133
Tony133 requested a review from a team July 16, 2026 07:38
Comment thread types/index.tst.ts
import { createClient } from 'redis'
import { expect } from 'tstyche'
import fastifySession, { type CookieOptions, MemoryStore, type SessionStore } from '..'
import fastifySession, {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR should focus on upgrading the connect-redis package and removing unnecessary formatting changes.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR should focus on upgrading the connect-redis package and removing unnecessary formatting changes.

If I need to make any changes let me know

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert unrelated lint changes plz, you can open new PRs if necessary for certain plugins.
I just made this change on core:
fastify/fastify@d267263

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes made are solely for the update to connect-redis-v9; everyone has their own configurations in their editors or IDEs. Before committing, I always run npm run lint.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes made are solely for the update to connect-redis-v9;

Nope.

everyone has their own configurations in their editors or IDEs.

If your IDE mess with the current stylistics changes, it's your responsability to fix it before pushing.

I always run npm run lint.

Our current linting config doesn't enforce some stylistic choices, so your changes are not reverted by the linter.
But it creates noise in the PR review, it's ok because this one is small but in general this is a feedback you'll receive any time you add unrelated stylistic changes (I had the same in the past).

Image

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll check. In the editor, I have two vertical lines showing 80 and 120. If I remember correctly, I locked it to 80 columns. I'm sure that's why it shifted some of the lines. 😆

@Tony133
Tony133 requested review from a team and removed request for a team July 24, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question: redis-connect v9.0.0 package not support ioredis

3 participants