mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
transport/redis_pubsub/redis.go: No need to alias redis import.
This commit is contained in:
parent
82dce9b190
commit
38ae3a4630
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import (
|
||||||
|
|
||||||
"eosio-ship-trace-reader/transport"
|
"eosio-ship-trace-reader/transport"
|
||||||
|
|
||||||
redis "github.com/go-redis/redis/v8"
|
"github.com/go-redis/redis/v8"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RedisPubsub struct {
|
type RedisPubsub struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue