go-disque
go-disque copied to clipboard
Go client for Disque
1. If *defer client.Close()* register before *if err != nil {*, panic will occur when disque is unable to access. 1. *pool.Get()* should retry after interval when *err != nil*
implements the NACK command as documented in the [disque API](https://github.com/antirez/disque#nack-job-id--job-id)
implements the `SHOW` command as documented in the [disque API](https://github.com/antirez/disque#show-job-id)
redis.ErrNil can be easily detected and a timeout is got, which is different from other errors.