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/create/aws/chatapp/index-chatapp.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Choose AWS as the Cloud vendor while creating your new subscription. While creat
47
47
48
48

49
49
50
-
:::info TIP
50
+
:::tip
51
51
You don't need to create an AWS account for setting up your Redis database. Redis Enterprise Cloud on AWS is a fully managed database-as-a-service trusted by thousands of customers for high performance, infinite scalability, true high availability, and best-in-class support.
Copy file name to clipboardExpand all lines: docs/create/aws/redis-on-aws/index-redis-on-aws.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Follow the below steps to setup Redis Enterprise Cloud hosted over AWS Cloud:
18
18
19
19
Create your free <ahref="https://redis.com/try-free/"target="_blank"rel="noopener">Redis Enterprise Cloud account</a>. Once you click on “Get Started”, you will receive an email with a link to activate your account and complete your signup process.
20
20
21
-
:::info TIP
21
+
:::tip
22
22
For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities!
23
23
24
24
:tada:[Click here to sign up](https://redis.com/try-free)
Copy file name to clipboardExpand all lines: docs/create/aws/slackbot/index-slackbot.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,11 @@ You can find the suitable release from [http://www.graphicsmagick.org/download.h
307
307
308
308
#### Nodejs
309
309
310
-
Note: Please follow all the steps in [python-backend/README.md](https://github.com/redis-developer/Reeko-Slack-Bot/blob/master/python-backend/README.md) first.
310
+
:::note
311
+
312
+
Please follow all the steps in [python-backend/README.md](https://github.com/redis-developer/Reeko-Slack-Bot/blob/master/python-backend/README.md) first.
313
+
314
+
:::
311
315
312
316
Copy the AWS credentials from the [python-backend/.env](https://github.com/redis-developer/Reeko-Slack-Bot/blob/master/python-backend/README.md) to the [config.json](https://github.com/redis-developer/Reeko-Slack-Bot/blob/master/nodejs-backend/src/config/config.json) file.
Copy file name to clipboardExpand all lines: docs/create/aws/terraform/index-terraform.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,11 @@ Within the block body (between { and }) are query constraints defined by the dat
112
112
113
113
In order to set up authentication with the Redis Enterprise Cloud provider, a programmatic API key must be generated for Redis Enterprise Cloud. The Redis Enterprise Cloud documentation contains the most up-to-date instructions for creating and managing your key(s) and IP access.
114
114
115
-
Please note that Flexible and Annual Redis Enterprise Cloud subscriptions can leverage a RESTful API that permits operations against a variety of resources, including servers, services, and related infrastructure. The REST API is not supported for Fixed or Free subscriptions.
115
+
:::note
116
+
117
+
Flexible and Annual Redis Enterprise Cloud subscriptions can leverage a RESTful API that permits operations against a variety of resources, including servers, services, and related infrastructure. The REST API is not supported for Fixed or Free subscriptions.
118
+
119
+
:::
116
120
117
121
```
118
122
provider "rediscloud" { } # Example resource configuration
Please note that you can have multiple clients connected to a Redis database at the same time. The above Redis client command might require a password if you have setup authentication in your Redis configuration file. You can insert data to Redis using the `SET` command and then fetch it back with the `GET` command. You can also run the Redis `INFO` command to get the statistics about the health of the Redis server (for example, memory usage, Redis server load etc).
46
+
:::tip
47
+
48
+
You can have multiple clients connected to a Redis database at the same time. The above Redis client command might require a password if you have setup authentication in your Redis configuration file. You can insert data to Redis using the `SET` command and then fetch it back with the `GET` command. You can also run the Redis `INFO` command to get the statistics about the health of the Redis server (for example, memory usage, Redis server load etc).
Copy file name to clipboardExpand all lines: docs/create/cloudrun/index-cloudrun.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ In this tutorial, you will learn how to deploy a simple Redis rate limiting appl
43
43
44
44
Visit [developer.redis.com/create/rediscloud/](https://developer.redis.com/create/rediscloud/) and create [a free Redis Enterprise Cloud account](https://redis.com/try-free/). Once you complete the signup tutorial, you will be provided with the database endpoint URL, port and password. Save these for future reference.
45
45
46
-
:::info TIP
46
+
:::tip
47
+
47
48
For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities!
48
49
49
50
:tada:[Click here to sign up](https://redis.com/try-free)
@@ -219,7 +220,12 @@ Last updated on 2022-02-19T02:50:03.100357Z by ajeet.raina@redis.com:
219
220
### Step 8. Access your app
220
221
221
222
Wait for the build and deploy to complete. When finished, a message with unique URL will be displayed.
222
-
Please note that the URL shown in your case will be different from the one shown below:
223
+
224
+
:::note
225
+
226
+
The URL shown in your case will be different from the one shown below.
227
+
228
+
:::
223
229
224
230
Open [https://django-redis-rate-limiting-example-opcboau66a-de.a.run.app/](https://django-redis-rate-limiting-example-opcboau66a-de.a.run.app/) and access your app.
Copy file name to clipboardExpand all lines: docs/create/docker/redis-on-docker/index-redis-on-docker.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,11 @@ If you're new, refer https://docs.docker.com/docker-for-mac/install/ to install
29
29
30
30
To pull and start the Redis Enterprise Software Docker container, run this docker run command in the terminal or command-line for your operating system.
31
31
32
-
Note: On Windows, make sure Docker is configured to run Linux-based containers.
32
+
:::note
33
+
34
+
On Windows, make sure Docker is configured to run Linux-based containers.
35
+
36
+
:::
33
37
34
38
```
35
39
docker run -d --cap-add sys_resource --name rp -p 8443:8443 -p 9443:9443 -p 12000:12000 redislabs/redis
@@ -116,7 +120,7 @@ If you don’t have redis-cli installed locally, you can run it from the Docker
116
120
docker exec -it redis-stack redis-cli
117
121
```
118
122
119
-
:::info TIP
123
+
:::tip
120
124
The `docker run` command above also exposes RedisInsight on port 8001. You can use RedisInsight by pointing your browser to http://localhost:8001.
Copy file name to clipboardExpand all lines: docs/create/heroku/herokugo/index-herokugo.mdx
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Heroku recognizes an app as being written in Go by the existence of a `go.mod` f
27
27
Create your free Redis Enterprise Cloud account by visiting [this link](https://redis.com/try-free).
28
28
Creating a Heroku account is free of charge.
29
29
30
-
:::info TIP
30
+
:::tip
31
31
For a limited time, use **TIGER200** to get **$200** credits on Redis Enterprise Cloud and try all the advanced capabilities!
32
32
33
33
:tada:[Click here to sign up](https://redis.com/try-free)
@@ -116,7 +116,12 @@ To https://git.heroku.com/stark-island-03510
116
116
### Step 8. Accessing the application
117
117
118
118
Open `https://stark-island-03510.herokuapp.com/` to access your web application on the browser.
119
-
Please note that the Web URL is unique, hence it will be different in your case.
119
+
120
+
:::note
121
+
122
+
The Web URL is unique, hence it will be different in your case.
123
+
124
+
:::
120
125
121
126

122
127
@@ -213,7 +218,13 @@ The data is method-specific information. In the example above it's related to th
213
218
214
219
Redis is used mainly as a database to keep the user/messages data and for sending messages between connected servers.
215
220
216
-
The real-time functionality is handled by Socket.IO for server-client messaging. Additionally each server instance subscribes to the `MESSAGES` pub/sub channel and dispatches messages once they arrive. Note that, the server transports pub/sub messages with a separate event stream (handled by Server Sent Events), this is due to the need to run the pub/sub message loop separately from socket.io signals.
221
+
The real-time functionality is handled by Socket.IO for server-client messaging. Additionally each server instance subscribes to the `MESSAGES` pub/sub channel and dispatches messages once they arrive.
222
+
223
+
:::note
224
+
225
+
The server transports pub/sub messages with a separate event stream (handled by Server Sent Events), this is due to the need to run the pub/sub message loop separately from socket.io signals.
226
+
227
+
:::
217
228
218
229
The chat data is stored in various keys and various data types.
219
230
User data is stored in a hash where each user entry contains the next values:
0 commit comments