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

fix reconnecting event #2396

Merged
merged 2 commits into from Jan 28, 2023
Merged

Conversation

leibale
Copy link
Collaborator

@leibale leibale commented Jan 28, 2023

fix #2395

@codecov-commenter
Copy link

Codecov Report

Base: 95.60% // Head: 91.67% // Decreases project coverage by -3.94% ⚠️

Coverage data is based on head (f6a9a3b) compared to base (58e572b).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head f6a9a3b differs from pull request most recent head c66fd08. Consider uploading reports for the commit c66fd08 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2396      +/-   ##
==========================================
- Coverage   95.60%   91.67%   -3.94%     
==========================================
  Files         455      455              
  Lines        4551     4550       -1     
  Branches      518      518              
==========================================
- Hits         4351     4171     -180     
- Misses        126      307     +181     
+ Partials       74       72       -2     
Impacted Files Coverage Δ
packages/client/lib/client/socket.ts 82.17% <100.00%> (-0.14%) ⬇️
packages/client/lib/commands/FUNCTION_LOAD.ts 16.66% <0.00%> (-83.34%) ⬇️
packages/client/lib/commands/FUNCTION_FLUSH.ts 20.00% <0.00%> (-80.00%) ⬇️
packages/client/lib/commands/FUNCTION_RESTORE.ts 20.00% <0.00%> (-80.00%) ⬇️
packages/client/lib/commands/CLIENT_NO-EVICT.ts 33.33% <0.00%> (-66.67%) ⬇️
packages/client/lib/commands/FUNCTION_LIST.ts 37.50% <0.00%> (-62.50%) ⬇️
packages/client/lib/commands/FUNCTION_STATS.ts 25.00% <0.00%> (-62.50%) ⬇️
...ckages/client/lib/commands/PUBSUB_SHARDCHANNELS.ts 40.00% <0.00%> (-60.00%) ⬇️
packages/client/lib/commands/LCS_IDX.ts 50.00% <0.00%> (-50.00%) ⬇️
packages/client/lib/commands/LCS_LEN.ts 50.00% <0.00%> (-50.00%) ⬇️
... and 32 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leibale leibale merged commit b3cd785 into redis:master Jan 28, 2023
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.

Reconnecting triggered with the latest release @4.6.2
2 participants