mirror of https://github.com/go-redis/redis.git
Update sponsors
This commit is contained in:
parent
6115a783e1
commit
0f4db2e930
10
README.md
10
README.md
|
@ -1,16 +1,14 @@
|
|||
# Redis client for Golang
|
||||
|
||||
[![Build Status](https://travis-ci.org/go-redis/redis.png?branch=master)](https://travis-ci.org/go-redis/redis)
|
||||
[![GoDoc](https://godoc.org/github.com/go-redis/redis?status.svg)](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc)
|
||||
[![PkgGoDev](https://pkg.go.dev/badge/github.com/go-redis/redis/v8)](https://pkg.go.dev/github.com/go-redis/redis/v8?tab=doc)
|
||||
|
||||
> :heart: [**Uptrace.dev** - distributed traces, logs, and errors](https://uptrace.dev)
|
||||
|
||||
- [Docs](https://redis.uptrace.dev)
|
||||
- [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)
|
||||
|
||||
## Sponsors
|
||||
|
||||
- [**Uptrace.dev** - distributed traces and metrics](https://uptrace.dev)
|
||||
|
||||
## Ecosystem
|
||||
|
||||
- [Redis Cache](https://github.com/go-redis/cache).
|
||||
|
@ -59,7 +57,7 @@ import "github.com/go-redis/redis/v8"
|
|||
```go
|
||||
import (
|
||||
"context"
|
||||
"github.com/go-redis/redis/v8"
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
||||
var ctx = context.Background()
|
||||
|
|
Loading…
Reference in New Issue