mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
wip, hooks refactor
This commit is contained in:
@ -6,8 +6,6 @@ import (
|
||||
"github.com/redis/go-redis/v9/internal/rand"
|
||||
)
|
||||
|
||||
type ParentHooksMixinKey struct{}
|
||||
|
||||
func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration {
|
||||
if retry < 0 {
|
||||
panic("not reached")
|
||||
|
Reference in New Issue
Block a user