|
1 | | -<p align="center"> |
2 | | - <a href="https://github.com/uptrace/uptrace"> |
3 | | - <img src="https://raw.githubusercontent.com/uptrace/roadmap/master/banner1.png" alt="All-in-one tool to optimize performance and monitor errors & logs"> |
4 | | - </a> |
5 | | -</p> |
6 | | - |
7 | 1 | # Redis client for Go |
8 | 2 |
|
9 | 3 |  |
10 | 4 | [](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc) |
11 | 5 | [](https://redis.uptrace.dev/) |
12 | 6 |
|
13 | | -- [Discussions](https://github.com/go-redis/redis/discussions). |
14 | | -- [Newsletter](https://blog.uptrace.dev/pages/newsletter.html) to get latest updates. |
| 7 | +go-redis is brought to you by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace). |
| 8 | +Uptrace is an open source and blazingly fast **distributed tracing** backend powered by |
| 9 | +OpenTelemetry and ClickHouse. Give it a star as well! |
| 10 | + |
| 11 | +## Resources |
| 12 | + |
| 13 | +- [Discussions](https://github.com/go-redis/redis/discussions) |
15 | 14 | - [Documentation](https://redis.uptrace.dev) |
16 | 15 | - [Reference](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc) |
17 | 16 | - [Examples](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc#pkg-examples) |
18 | 17 | - [RealWorld example app](https://github.com/uptrace/go-treemux-realworld-example-app) |
19 | 18 |
|
20 | 19 | Other projects you may like: |
21 | 20 |
|
22 | | -- [Bun](https://bun.uptrace.dev/) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite. |
| 21 | +- [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite. |
23 | 22 | - [BunRouter](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go. |
24 | 23 |
|
25 | 24 | ## Ecosystem |
26 | 25 |
|
27 | | -- [Redis Mock](https://github.com/go-redis/redismock). |
28 | | -- [Distributed Locks](https://github.com/bsm/redislock). |
29 | | -- [Redis Cache](https://github.com/go-redis/cache). |
30 | | -- [Rate limiting](https://github.com/go-redis/redis_rate). |
| 26 | +- [Redis Mock](https://github.com/go-redis/redismock) |
| 27 | +- [Distributed Locks](https://github.com/bsm/redislock) |
| 28 | +- [Redis Cache](https://github.com/go-redis/cache) |
| 29 | +- [Rate limiting](https://github.com/go-redis/redis_rate) |
31 | 30 |
|
32 | 31 | ## Features |
33 | 32 |
|
|
0 commit comments