diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67f0b14a..690d6532 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,4 +115,4 @@ showing any activity. ## Support -Maintainers can provide limited support to contributors on discord: https://discord.gg/FVDcgKMv +Maintainers can provide limited support to contributors on discord: https://discord.com/channels/697882427875393627/1263519057320087552 diff --git a/README.md b/README.md index 27225d79..d5c50c00 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,14 @@ [![build workflow](https://github.com/redis/go-redis/actions/workflows/build.yml/badge.svg)](https://github.com/redis/go-redis/actions) [![PkgGoDev](https://pkg.go.dev/badge/github.com/redis/go-redis/v9)](https://pkg.go.dev/github.com/redis/go-redis/v9?tab=doc) [![Documentation](https://img.shields.io/badge/redis-documentation-informational)](https://redis.uptrace.dev/) +[![Go Report Card](https://goreportcard.com/badge/github.com/redis/go-redis/v9)](https://goreportcard.com/report/github.com/redis/go-redis/v9) [![codecov](https://codecov.io/github/redis/go-redis/graph/badge.svg?token=tsrCZKuSSw)](https://codecov.io/github/redis/go-redis) -[![Chat](https://discordapp.com/api/guilds/697882427875393627/widget.png)](https://discord.gg/FVDcgKMv) + +[![Discord](https://img.shields.io/discord/697882427875393627.svg?style=social&logo=discord)](https://discord.com/channels/697882427875393627/1263519057320087552) +[![Twitch](https://img.shields.io/twitch/status/redisinc?style=social)](https://www.twitch.tv/redisinc) +[![YouTube](https://img.shields.io/youtube/channel/views/UCD78lHSwYqMlyetR0_P4Vig?style=social)](https://www.youtube.com/redisinc) +[![Twitter](https://img.shields.io/twitter/follow/redisinc?style=social)](https://twitter.com/redisinc) +![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/lettuce?style=social&logo=stackoverflow&label=Stackoverflow) > go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.