mirror of
https://github.com/redis/go-redis.git
synced 2025-09-11 18:10:43 +03:00
address comments
This commit is contained in:
@@ -37,6 +37,7 @@ var (
|
||||
ErrHandoffInProgress = errors.New("hitless: handoff already in progress")
|
||||
ErrNoHandoffInProgress = errors.New("hitless: no handoff in progress")
|
||||
ErrConnectionFailed = errors.New("hitless: failed to establish new connection")
|
||||
ErrHandoffQueueFull = errors.New("hitless: handoff queue is full, cannot queue new handoff requests - consider increasing HandoffQueueSize or MaxWorkers in configuration")
|
||||
)
|
||||
|
||||
// Dead error variables removed - unused in simplified architecture
|
||||
|
Reference in New Issue
Block a user