mirror of https://github.com/go-redis/redis.git
chore: move sponsors up
This commit is contained in:
parent
a4da15b8ad
commit
2465baaab5
26
README.md
26
README.md
|
@ -10,6 +10,19 @@
|
||||||
> [distributed tracing tool](https://get.uptrace.dev/compare/distributed-tracing-tools.html) powered
|
> [distributed tracing tool](https://get.uptrace.dev/compare/distributed-tracing-tools.html) powered
|
||||||
> by OpenTelemetry and ClickHouse. Give it a star as well!
|
> by OpenTelemetry and ClickHouse. Give it a star as well!
|
||||||
|
|
||||||
|
## Sponsors
|
||||||
|
|
||||||
|
### Upstash: Serverless Database for Redis
|
||||||
|
|
||||||
|
<a href="https://upstash.com/?utm_source=goredis"><img align="right" width="320" src="https://raw.githubusercontent.com/upstash/sponsorship/master/redis.png" alt="Upstash"></a>
|
||||||
|
|
||||||
|
Upstash is a Serverless Database with Redis/REST API and durable storage. It is the perfect database
|
||||||
|
for your applications thanks to its per request pricing and low latency data.
|
||||||
|
|
||||||
|
[Start for free in 30 seconds!](https://upstash.com/?utm_source=goredis)
|
||||||
|
|
||||||
|
<br clear="both"/>
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- [Documentation](https://redis.uptrace.dev)
|
- [Documentation](https://redis.uptrace.dev)
|
||||||
|
@ -40,19 +53,6 @@ value NoSQL database that uses RocksDB as storage engine and is compatible with
|
||||||
- [Redis Ring](https://redis.uptrace.dev/guide/ring.html).
|
- [Redis Ring](https://redis.uptrace.dev/guide/ring.html).
|
||||||
- [Redis Performance Monitoring](https://redis.uptrace.dev/guide/redis-performance-monitoring.html).
|
- [Redis Performance Monitoring](https://redis.uptrace.dev/guide/redis-performance-monitoring.html).
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
### Upstash: Serverless Database for Redis
|
|
||||||
|
|
||||||
<a href="https://upstash.com/?utm_source=goredis"><img align="right" width="320" src="https://raw.githubusercontent.com/upstash/sponsorship/master/redis.png" alt="Upstash"></a>
|
|
||||||
|
|
||||||
Upstash is a Serverless Database with Redis/REST API and durable storage. It is the perfect database
|
|
||||||
for your applications thanks to its per request pricing and low latency data.
|
|
||||||
|
|
||||||
[Start for free in 30 seconds!](https://upstash.com/?utm_source=goredis)
|
|
||||||
|
|
||||||
<br clear="both"/>
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
go-redis supports 2 last Go versions and requires a Go version with
|
go-redis supports 2 last Go versions and requires a Go version with
|
||||||
|
|
Loading…
Reference in New Issue