1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

update with badges similar to rest of the libraries. update url

This commit is contained in:
Nedyalko Dyakov 2025-04-15 16:38:41 +03:00
parent 27cfce4485
commit cff017b19f
No known key found for this signature in database
GPG Key ID: 5571106A08EA25A3
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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.