Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use redis pool #4079

Merged
merged 1 commit into from Nov 29, 2023
Merged

feat: use redis pool #4079

merged 1 commit into from Nov 29, 2023

Conversation

bigint
Copy link
Member

@bigint bigint commented Nov 29, 2023

What does this PR do?

🤖[deprecated] Generated by Copilot at c3a89b6

This pull request replaces the old Redis client library, ioredis, with a new one, ts-ioredis-pool, that supports TypeScript and connection pooling. This improves the performance, scalability, and resource management of the API. All the routes that use Redis operations are updated to use the new library and the connection pool. The file createRedisClient.ts is deleted as it is no longer needed. The file pnpm-lock.yaml is updated to reflect the new dependencies.

Related issues

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Explanation of the changes

🤖[deprecated] Generated by Copilot at c3a89b6

Emoji

🔄🚀🧹

Copy link

vercel bot commented Nov 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hey-vite ❌ Failed (Inspect) Nov 29, 2023 7:04am
web ✅ Ready (Inspect) Visit Preview Nov 29, 2023 7:04am

Copy link

height bot commented Nov 29, 2023

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@bigint bigint merged commit 6456e65 into main Nov 29, 2023
4 of 7 checks passed
@bigint bigint deleted the use-redis-pool branch November 29, 2023 07:01
@vercel vercel bot temporarily deployed to Preview – hey-vite November 29, 2023 07:04 Inactive
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.

None yet

1 participant