mirror of
https://github.com/redis/go-redis.git
synced 2026-01-12 10:23:12 +03:00
chore: update import path
This commit is contained in:
@@ -3,7 +3,7 @@ package internal
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/go-redis/redis/v9/internal/rand"
|
||||
"github.com/redis/go-redis/v9/internal/rand"
|
||||
)
|
||||
|
||||
func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration {
|
||||
|
||||
Reference in New Issue
Block a user