Sigit Prabowo

Results 16 comments of Sigit Prabowo

@kamikazechaser IIRC, should this be handled on app instead of this lib? i was trying to make my own MustNewClient. it turns out, it does not work. here are my...

```go // asynq/asynq.go package asynq import ( "crypto/tls" "time" "github.com/go-redis/redis/v7" ) type MustRedisConnOpt interface { MustMakeRedisClient() interface{} } type MustRedisClientOpt struct { Network string Addr string Username string Password string...

any suggestions @kamikazechaser @hibiken? really appreciate it

kindly have a look ya @hibiken @kamikazechaser

bump this up. please help to review this @hibiken @kamikazechaser