mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Use PubSub.Channel to not burn CPU on errors
This commit is contained in:
@ -20,7 +20,6 @@ func init() {
|
||||
PoolSize: 10,
|
||||
PoolTimeout: 30 * time.Second,
|
||||
})
|
||||
// redisdb.FlushDB()
|
||||
}
|
||||
|
||||
func ExampleNewClient() {
|
||||
|
Reference in New Issue
Block a user