Skip to content

Commit 310ce55

Browse files
Update README.md
Minor update on the README by highlighting that go-redis is the official Redis library. The note about Uptrace was moved to the 'contributors' section of the README.
1 parent 8fadbef commit 310ce55

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
[![codecov](https://codecov.io/github/redis/go-redis/graph/badge.svg?token=tsrCZKuSSw)](https://codecov.io/github/redis/go-redis)
77
[![Chat](https://discordapp.com/api/guilds/752070105847955518/widget.png)](https://discord.gg/rWtp5Aj)
88

9-
> go-redis is brought to you by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace).
10-
> Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can
11-
> use it to monitor applications and set up automatic alerts to receive notifications via email,
12-
> Slack, Telegram, and others.
13-
>
14-
> See [OpenTelemetry](https://github.com/redis/go-redis/tree/master/example/otel) example which
15-
> demonstrates how you can use Uptrace to monitor go-redis.
9+
> go-redis is the official Redis client library for the Go programming language. It offers a straightforward interface for interacting with Redis servers.
1610
1711
## Supported versions
1812

@@ -297,6 +291,14 @@ REDIS_PORT=9999 go test <your options>
297291

298292
## Contributors
299293

294+
> The go-redis project was originally initiated by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace).
295+
> Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can
296+
> use it to monitor applications and set up automatic alerts to receive notifications via email,
297+
> Slack, Telegram, and others.
298+
>
299+
> See [OpenTelemetry](https://github.com/redis/go-redis/tree/master/example/otel) example which
300+
> demonstrates how you can use Uptrace to monitor go-redis.
301+
300302
Thanks to all the people who already contributed!
301303

302304
<a href="https://github.com/redis/go-redis/graphs/contributors">

0 commit comments

Comments
 (0)