Commit Graph

3 Commits (99ffd826e5d1b42f15994a0de987d93a83e8a2ca)

Author SHA1 Message Date
Lunny Xiao e7d7dcb090 Issue indexer queue redis support ()
* add redis queue

* finished indexer redis queue

* add redis vendor

* fix vet

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-Authored-By: lunny <xiaolunwen@gmail.com>

* switch to go mod

* Update required changes for new logging func signatures
Lunny Xiao 477ef46251
Add more tests and docs for issue indexer, add db indexer type for searching from database ()
* add more tests and docs for issue indexer, add db indexer type for searching from database

* fix typo

* fix typo

* fix lint

* improve docs
Lunny Xiao 830ae61456 Refactor issue indexer ()