Skip to content

Conversation

@tarampampam
Copy link
Owner

Added configuration to disable maintenance notifications in the Redis client

Fixes #713

Added configuration to disable maintenance notifications in the Redis client to prevent unnecessary alerts during operation. This change addresses issue #713 and enhances user experience by streamlining command execution without interruptions.
Copilot AI review requested due to automatic review settings November 21, 2025 13:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR disables maintenance notifications for the Redis client to fix issue #713. The change configures the Redis client to suppress maintenance notifications when establishing a connection.

  • Added import for github.com/redis/go-redis/v9/maintnotifications package
  • Configured the Redis client options to disable maintenance notifications before creating the client
  • Implementation uses a scoped block with proper nil check and clear inline comment

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tarampampam tarampampam merged commit 748dd78 into master Nov 21, 2025
24 checks passed
@tarampampam tarampampam deleted the fix/redis-disable-maintenance-notifications branch November 21, 2025 13:56
@tarampampam tarampampam added the type:fix PR that fixes a bug label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:fix PR that fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version 2.2.4 redis issue

2 participants