Skip to content

Commit d883720

Browse files
committed
Update README
1 parent 5442642 commit d883720

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ Are you looking for a high-level library to handle object mapping? See [redis-om
1616

1717
## How do I Redis?
1818

19-
[Learn for free at Redis University](https://university.redis.com/)
19+
[Learn for free at Redis University](https://university.redis.io/academy/)
2020

21-
[Build faster with the Redis Launchpad](https://launchpad.redis.com/)
21+
[Try the Redis Cloud](https://redis.io/try-free/)
2222

23-
[Try the Redis Cloud](https://redis.com/try-free/)
23+
[Dive in developer tutorials](https://redis.io/learn/)
2424

25-
[Dive in developer tutorials](https://developer.redis.com/)
25+
[Join the Redis community](https://redis.io/community/)
2626

27-
[Join the Redis community](https://redis.com/community/)
28-
29-
[Work at Redis](https://redis.com/company/careers/jobs/)
27+
[Work at Redis](https://redis.io/careers/jobs/)
3028

3129
## Supported Redis versions
3230

@@ -123,15 +121,15 @@ jedis.sadd("planets", "Mars");
123121
## Using Redis modules
124122

125123
Jedis includes support for [Redis modules](https://redis.io/docs/modules/) such as
126-
[RedisJSON](https://oss.redis.com/redisjson/) and [RediSearch](https://oss.redis.com/redisearch/).
124+
[RedisJSON](https://redis.io/json/) and [RediSearch](https://redis.io/search/).
127125

128126
See the [RedisJSON Jedis](docs/redisjson.md) or [RediSearch Jedis](docs/redisearch.md) for details.
129127

130128
## Failover
131129

132130
Jedis supports retry and failover for your Redis deployments. This is useful when:
133131

134-
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://docs.redis.com/latest/rs/databases/active-active/) clusters.
132+
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://redis.io/docs/latest/operate/rs/databases/active-active/) clusters.
135133
2. You want your application to connect to one deployment at a time and to fail over to the next available deployment if the first deployment becomes unavailable.
136134

137135
For the complete failover configuration options and examples, see the [Jedis failover docs](docs/failover.md).
@@ -168,4 +166,4 @@ Jedis is licensed under the [MIT license](https://github.com/redis/jedis/blob/ma
168166

169167
## Sponsorship
170168

171-
[![Redis Logo](redis-logo-full-color-rgb.png)](https://redis.com/)
169+
[![Redis Logo](redis-logo-full-color-rgb.png)](https://redis.io/)

0 commit comments

Comments
 (0)