mirror of
https://github.com/redis/go-redis.git
synced 2025-07-25 08:21:55 +03:00
Add Discord
This commit is contained in:
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord
|
||||
url: https://discord.gg/ZQJDR3R
|
||||
about: Ask a question at Discord
|
||||
- name: stackoverflow
|
||||
url: https://stackoverflow.com/
|
||||
about: Ask a question at stackoverflow
|
||||
|
@ -3,6 +3,7 @@
|
||||
[](https://travis-ci.org/go-redis/redis)
|
||||
[](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc)
|
||||
[](https://redis.uptrace.dev/)
|
||||
[](https://discord.gg/rWtp5Aj)
|
||||
|
||||
> :heart: [**Uptrace.dev** - distributed traces, logs, and errors in one place](https://uptrace.dev)
|
||||
|
||||
@ -10,6 +11,8 @@
|
||||
- [Reference](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc)
|
||||
- [Examples](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#pkg-examples)
|
||||
- [RealWorld example app](https://github.com/uptrace/go-realworld-example-app)
|
||||
- Use [Discord](https://discord.gg/rWtp5Aj) or [stackoverflow](https://stackoverflow.com/) to ask
|
||||
questions.
|
||||
|
||||
## Ecosystem
|
||||
|
||||
|
Reference in New Issue
Block a user