You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hitless/errors.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ var (
37
37
ErrHandoffInProgress=errors.New("hitless: handoff already in progress")
38
38
ErrNoHandoffInProgress=errors.New("hitless: no handoff in progress")
39
39
ErrConnectionFailed=errors.New("hitless: failed to establish new connection")
40
+
ErrHandoffQueueFull=errors.New("hitless: handoff queue is full, cannot queue new handoff requests - consider increasing HandoffQueueSize or MaxWorkers in configuration")
40
41
)
41
42
42
43
// Dead error variables removed - unused in simplified architecture
// TODO: find the best way to remove the panic and return error here
567
+
// The client should not panic when executing a command, only when initializing.
565
568
panic("RESP3 responses for this command are disabled because they may still change. Please set the flag UnstableResp3 . See the [README](https://github.com/redis/go-redis/blob/master/README.md) and the release notes for guidance.")
0 commit comments