Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update apq.md function definition mismatch
line 67: cache, err := NewCache(cfg.RedisAddress, 24*time.Hour) line 41: func NewCache(redisAddress string, password string,ttl time.Duration) (*Cache, error) either password should be removed from 41 or added in line 67 Proposed the first one for now.
- Loading branch information