Skip to content

Commit

Permalink
Correction redis import
Browse files Browse the repository at this point in the history
  • Loading branch information
gourlaa committed Nov 3, 2021
1 parent ee237a4 commit 30f3424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/redis.go
Expand Up @@ -7,7 +7,7 @@ package cache
import (
"time"

"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
"github.com/revel/revel"
)

Expand Down

0 comments on commit 30f3424

Please sign in to comment.