1
0
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:
Nedyalko Dyakov
2025-08-19 15:56:41 +03:00
parent 55747935a3
commit ded98eccb1
6 changed files with 108 additions and 21 deletions

View File

@@ -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