mirror of
https://github.com/redis/go-redis.git
synced 2025-06-11 03:21:38 +03:00
Cleanup readme
This commit is contained in:
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -3,6 +3,3 @@ contact_links:
|
|||||||
- name: Discord
|
- name: Discord
|
||||||
url: https://discord.gg/rWtp5Aj
|
url: https://discord.gg/rWtp5Aj
|
||||||
about: Ask a question at Discord
|
about: Ask a question at Discord
|
||||||
- name: stackoverflow
|
|
||||||
url: https://stackoverflow.com/
|
|
||||||
about: Ask a question at stackoverflow
|
|
||||||
|
@ -11,8 +11,7 @@
|
|||||||
- [Reference](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc)
|
- [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)
|
- [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)
|
- [RealWorld example app](https://github.com/uptrace/go-realworld-example-app)
|
||||||
- Use [Discord](https://discord.gg/rWtp5Aj) or [stackoverflow](https://stackoverflow.com/) to ask
|
- Join [Discord](https://discord.gg/rWtp5Aj) to ask questions.
|
||||||
questions.
|
|
||||||
|
|
||||||
## Ecosystem
|
## Ecosystem
|
||||||
|
|
||||||
@ -39,9 +38,6 @@
|
|||||||
- [Ring](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#NewRing).
|
- [Ring](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#NewRing).
|
||||||
- [Instrumentation](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#ex-package--Instrumentation).
|
- [Instrumentation](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#ex-package--Instrumentation).
|
||||||
|
|
||||||
API docs: 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.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
go-redis requires a Go version with [Modules](https://github.com/golang/go/wiki/Modules) support and
|
go-redis requires a Go version with [Modules](https://github.com/golang/go/wiki/Modules) support and
|
||||||
|
Reference in New Issue
Block a user