You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/node/gettingstarted/index-gettingstarted.mdx
+7-7
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Find tutorials, examples and technical articles that will help you to develop wi
16
16
17
17
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.
18
18
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.
20
20
21
21
The Node.js community has built many client libraries that you can find [here](https://redis.io/clients#nodejs).
22
22
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
116
116
### Redis Marketplace
117
117
118
118
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).
120
120
121
121
<divclass="row text--center">
122
122
@@ -127,7 +127,7 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
127
127
128
128

129
129
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
131
131
</div>
132
132
</div>
133
133
@@ -138,7 +138,7 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
138
138
139
139

140
140
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
142
142
</div>
143
143
</div>
144
144
</div>
@@ -156,10 +156,10 @@ Below are few of these apps. [Click here to access the complete lists of apps](h
Copy file name to clipboardExpand all lines: docs/get-involved/redis-live/index-redis-live.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_label: Redis Live
5
5
slug: /community/redis-live/
6
6
---
7
7
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?
0 commit comments