Skip to content

Commit a18e687

Browse files
committed
Modified YouTube Link
1 parent 522ee1f commit a18e687

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/develop/node/gettingstarted/index-gettingstarted.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Find tutorials, examples and technical articles that will help you to develop wi
1616

1717
Redis is a great database for use with Node.js. Both Redis Node.js share similar type conventions and threading models, which makes for a very predictable development experience. By pairing Node.js & Redis together you can achieve a scalable and productive development platform.
1818

19-
Redis Node.js has two primary clients available [node_redis](https://github.com/NodeRedis/node_redis) and [ioredis](https://github.com/luin/ioredis). Both are available through npm. Both clients have pros and cons, but we generally suggest node_redis, as it has wide support for Redis modules, it is easily extensible and widely used. Ioredis has better integrated support for the Redis Enterprise Cluster API, but this is only relevant if you're specifically using [the Cluster API topology](https://redislabs.com/redis-enterprise/technology/linear-scaling-redis-enterprise/) instead of the more common Proxy topology. Node_redis’ support for the Cluster API is provided by an additional shim, redis-clustr. Node_redis has built-in support for Redis Enterprise features such as [Active Active geo distribution](https://redislabs.com/redis-enterprise/technology/active-active-geo-distribution/), allowing you to have one database that spans multiple clusters. Node_redis also supports Redis-on-Flash which enables extending your database into Flash SSD storage for warm values and DRAM for hot values. Nodejs redis enables you to integrate such features.
19+
Redis Node.js has two primary clients available [node_redis](https://github.com/NodeRedis/node_redis) and [ioredis](https://github.com/luin/ioredis). Both are available through npm. Both clients have pros and cons, but we generally suggest node_redis, as it has wide support for Redis modules, it is easily extensible and widely used. Ioredis has better integrated support for the Redis Enterprise Cluster API, but this is only relevant if you're specifically using [the Cluster API topology](https://redis.com/redis-enterprise/technology/linear-scaling-redis-enterprise/) instead of the more common Proxy topology. Node_redis’ support for the Cluster API is provided by an additional shim, redis-clustr. Node_redis has built-in support for Redis Enterprise features such as [Active Active geo distribution](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/), allowing you to have one database that spans multiple clusters. Node_redis also supports Redis-on-Flash which enables extending your database into Flash SSD storage for warm values and DRAM for hot values. Nodejs redis enables you to integrate such features.
2020

2121
The Node.js community has built many client libraries that you can find [here](https://redis.io/clients#nodejs).
2222
For your first steps with Node.js and Redis, this article will show how to use the recommended libraries: [ioredis](https://github.com/luin/ioredis) and [node-redis](https://github.com/NodeRedis/node-redis).
@@ -116,7 +116,7 @@ Find more information about Redis & node-redis connections in the "[Redis Connec
116116
### Redis Marketplace
117117

118118
Redis Marketplace is like an “App Store” for Redis sample apps. You can easily find apps for your preferred frameworks and languages.
119-
Below are few of these apps. [Click here to access the complete lists of apps](https://marketplace.redislabs.com).
119+
Below are few of these apps. [Click here to access the complete lists of apps](https://marketplace.redis.com).
120120

121121
<div class="row text--center">
122122

@@ -127,7 +127,7 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
127127

128128
![marketplace](images/hackernews.png)
129129

130-
[A Hacker News Clone project](https://marketplace.redislabs.com/?id=project%3Aredis-hacker-news-demo) built in NextJS, NodeJS and Express based on RediSearch & RedisJSON
130+
[A Hacker News Clone project](https://marketplace.redis.com/?id=project%3Aredis-hacker-news-demo) built in NextJS, NodeJS and Express based on RediSearch & RedisJSON
131131
</div>
132132
</div>
133133

@@ -138,7 +138,7 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
138138

139139
![marketplace](images/shoppingcartnodejs.png)
140140

141-
[Shopping Cart app in NodeJS](https://marketplace.redislabs.com/?id=project%3Abasic-redis-shopping-chart-nodejs) module functionalities
141+
[Shopping Cart app in NodeJS](https://marketplace.redis.com/?id=project%3Abasic-redis-shopping-chart-nodejs) module functionalities
142142
</div>
143143
</div>
144144
</div>
@@ -156,10 +156,10 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
156156

157157
#### Sample Code
158158

159-
**[Basic Redis Caching](https://developer.redislabs.com/howtos/caching/)**
159+
**[Basic Redis Caching](https://developer.redis.com/howtos/caching/)**
160160
This application calls the GitHub API and caches the results into Redis.
161161

162-
**[Redis Rate-Limiting](https://developer.redislabs.com/howtos/ratelimiting/)**
162+
**[Redis Rate-Limiting](https://developer.redis.com/howtos/ratelimiting/)**
163163
This is a very simple app that demonstrates rate-limiting feature using Redis.
164164

165165
**[Notifications with WebSocket, Vue & Redis](https://github.com/redis-developer/redis-websockets-vue-notifications)**
@@ -184,7 +184,7 @@ This project allows you to push notifications in a Vue application from a Redis
184184

185185
### Redis University
186186

187-
### [Redis for JavaScript Developers](https://university.redislabs.com/courses/ru102js/)
187+
### [Redis for JavaScript Developers](https://university.redis.com/courses/ru102js/)
188188

189189
Build full-fledged Redis applications with Node.js and Express.
190190

docs/get-involved/redis-live/index-redis-live.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Redis Live
55
slug: /community/redis-live/
66
---
77

8-
Redis Live hosts a variety of live-streamed content. [Sign up](https://meetups.redislabs.com/redis-live/) to get notified of new shows, and watch live on [YouTube](https://www.youtube.com/redislabs) or [Twitch](https://www.twitch.tv/redislabs). Do I need to tell you to like and subscribe?
8+
Redis Live hosts a variety of live-streamed content. [Sign up](https://meetups.redis.com/redis-live/) to get notified of new shows, and watch live on [YouTube](https://www.youtube.com/redisinc) or [Twitch](https://www.twitch.tv/redis). Do I need to tell you to like and subscribe?
99

1010
### Redis Monthly Live
1111

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ module.exports = {
126126
},
127127
announcementBar: {
128128
id: 'redisconf20201cfp', // Any value that will identify this message.
129-
content: '<p class="text">Watch all RedisConf sessions on Demand </p> <a href="https://www.youtube.com/c/Redislabs/playlists?view=50&sort=dd&shelf_id=1" target="_blank" rel="noopener" class="btn">Watch Now!</a>',
130-
// content: '<p class="text"></p> <a href="https://www.youtube.com/c/Redislabs/playlists?view=50&sort=dd&shelf_id=1" target="_blank" rel="noopener" class="btn"></a>',
129+
content: '<p class="text">Watch all RedisConf sessions on Demand </p> <a href="https://www.youtube.com/c/Redisinc/playlists?view=50&sort=dd&shelf_id=1" target="_blank" rel="noopener" class="btn">Watch Now!</a>',
130+
// content: '<p class="text"></p> <a href="https://www.youtube.com/c/Redisinc/playlists?view=50&sort=dd&shelf_id=1" target="_blank" rel="noopener" class="btn"></a>',
131131
backgroundColor: '#fff', // Defaults to `#fff`.
132132
textColor: '#000', // Defaults to `#000`.
133133
isCloseable: true, // Defaults to `true`.

src/theme/Resources/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Resources() {
5656
<span className="type">Blog</span>
5757
<h3 className="title">Serverless development with AWS Lambda and Redis Enterprise Cloud</h3>
5858
</div>
59-
<a href="https://redislabs.com/blog/serverless-development-with-aws-lambda-and-redis-enterprise-cloud/" target="_blank" rel="noopener" className="link">Read More</a>
59+
<a href="https://redis.com/blog/serverless-development-with-aws-lambda-and-redis-enterprise-cloud/" target="_blank" rel="noopener" className="link">Read More</a>
6060
</div>
6161
</article>
6262
</div>
@@ -75,7 +75,7 @@ function Resources() {
7575
</Slider>
7676

7777
<div className="cta">
78-
<a href="https://redislabs.com/community/" target="_blank" rel="noopener" className="btn">Join the community</a>
78+
<a href="https://redis.com/community/" target="_blank" rel="noopener" className="btn">Join the community</a>
7979
</div>
8080

8181
</div>

0 commit comments

Comments
 (0)