mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-31 21:08:14 +02:00
Move Key and Namespace from transport/redis_pubsub to transport/redis_common
This commit is contained in:
parent
acdf827223
commit
531a2d3d17
9 changed files with 10 additions and 5 deletions
|
|
@ -5,6 +5,7 @@ import (
|
|||
"time"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
. "eosio-ship-trace-reader/transport/redis_common"
|
||||
|
||||
"github.com/alicebob/miniredis/v2"
|
||||
"github.com/go-redis/redis/v8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue