Skip to content

Commit

Permalink
feat: add redis bigkey hook
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden.ma authored and kevwan committed Sep 22, 2024
1 parent 284f382 commit 9bbfa17
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/stores/redis/bigkeyhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"time"

red "github.com/redis/go-redis/v9"

"github.com/zeromicro/go-zero/core/logc"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/mapping"
Expand Down
1 change: 0 additions & 1 deletion core/stores/redis/bigkeyhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

"github.com/alicebob/miniredis/v2"
"github.com/stretchr/testify/assert"

"github.com/zeromicro/go-zero/core/logx"
)

Expand Down
1 change: 0 additions & 1 deletion core/stores/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"time"

red "github.com/redis/go-redis/v9"

"github.com/zeromicro/go-zero/core/breaker"
"github.com/zeromicro/go-zero/core/errorx"
"github.com/zeromicro/go-zero/core/logx"
Expand Down
1 change: 0 additions & 1 deletion core/stores/redis/redisclustermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"strings"

red "github.com/redis/go-redis/v9"

"github.com/zeromicro/go-zero/core/syncx"
)

Expand Down

0 comments on commit 9bbfa17

Please sign in to comment.