Skip to content

Commit 74c510c

Browse files
committed
Merge branch 'main' into DOC-4681
2 parents e7e20f4 + 7175e4d commit 74c510c

File tree

13 files changed

+234
-86
lines changed

13 files changed

+234
-86
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
Title: Redis Insight v2.64.0, December 2024
3+
linkTitle: v2.64.0 (December 2024)
4+
date: 2024-12-19 00:00:00 +0000
5+
description: Redis Insight v2.64
6+
weight: 1
7+
8+
---
9+
## 2.64 (December 2024)
10+
This is the General Availability (GA) release of Redis Insight 2.64.
11+
12+
### Highlights
13+
- Improved the database connections list and simplified the connection form, delivering a cleaner, more intuitive UI for improved focus.
14+
- New in-app reminders to prevent your free Redis Cloud database from being deleted due to inactivity, ensuring you can make the most of it to test your ideas.
15+
16+
### Details
17+
18+
**Features and improvements**
19+
- [#4088](https://github.com/RedisInsight/RedisInsight/pull/4088), [#4078](https://github.com/RedisInsight/RedisInsight/pull/4078), [#4094](https://github.com/RedisInsight/RedisInsight/pull/4094) Improved the database connections list and simplified the connection form, delivering a cleaner, more intuitive UI for improved focus.
20+
- [#4189](https://github.com/RedisInsight/RedisInsight/pull/4189), [#4191](https://github.com/RedisInsight/RedisInsight/pull/4191) New in-app reminders notify you before your free Redis Cloud database is deleted due to inactivity, ensuring you can make the most of it to test your ideas.
21+
- [#4204](https://github.com/RedisInsight/RedisInsight/pull/4204), [#4196](https://github.com/RedisInsight/RedisInsight/pull/4196), [#4202](https://github.com/RedisInsight/RedisInsight/pull/4202) Various vulnerabilities have been fixed.
22+
23+
**Bugs**
24+
- [#4194](https://github.com/RedisInsight/RedisInsight/pull/4194) Resolved an [issue](https://github.com/RedisInsight/RedisInsight/issues/4186) where modifying a JSON value inadvertently converted strings into numbers.
25+
26+
**SHA-256 Checksums**
27+
| Package | SHA-256 |
28+
|--|--|
29+
| Windows | iYZbKsFtz/Ua4qeBdeHIRtZRiA1I50R3yY1t3VUD2cn94EpZLR5Xz3lK3yRxA85PxJaHjrWljyGliZv0OX0KBg== |
30+
| Linux AppImage | ToEFW8wVLI8oFoc/puzf2Cwoff8gBTsIxEsGjQRZq5D5BgrE3muxtuEQto3J2RiRbadGAZx6AZPh75WVJ0DKRw== |
31+
| Linux Debian| /k6jgfzDSRJ0yWmbtxpD5WG2i9wGUZ4r2AexDz6rUOLyZMqQPJUKEKuonprFvHZp+PUW/EtSWc436IFykBVmsQ== |
32+
| MacOS Intel | PrbRc+ju0UKxr4huP7Xl9Sq0fH0XaxUtydW86rAYepEAADUADsAYV2lB8gO7Ohs9ukJ7mXBEU7OJWRqJGLhxHg== |
33+
| MacOS Apple silicon | E6kTbnkoW3eji/v7WVrnwqlEKk444+hxiFqt56r8J+zAHhmX9dlNd7y37xdJlQ82FZ9QOIIMsN5Z0N+bgRisuw== |
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
Title: Redis for VS Code v1.2.0, December 2024
3+
linkTitle: v1.2.0 (December 2024)
4+
date: 2024-12-19 00:00:00 +0000
5+
description: Redis for VS Code v1.2
6+
weight: 99
7+
---
8+
9+
## 1.2.0 (December 2024)
10+
11+
This is the General Availability (GA) release of Redis for VS Code 1.2.
12+
13+
### Headlines
14+
* Work with keys across multiple database indexes, which are automatically discovered and displayed in the database list.
15+
* Support for adding multiple elements to the head or tail of Redis lists, for both new and existing keys.
16+
* Auto-refresh the list of keys and key values with a customizable timer.
17+
* Delete and update previously added CA and client certificates to keep them updated.
18+
19+
### Details
20+
21+
- [#223](https://github.com/RedisInsight/Redis-for-VS-Code/pull/223) Work with keys across multiple database indexes. Database indexes with keys are automatically discovered and displayed in the database list.
22+
- [#207](https://github.com/RedisInsight/Redis-for-VS-Code/pull/207) Support for adding multiple elements to the head or tail of Redis lists for new and existing key.
23+
- [#226](https://github.com/RedisInsight/Redis-for-VS-Code/pull/226) Auto-refresh the list of keys and key values with a customizable timer. To do so, enable the Auto-refresh mode by clicking the control next to the Refresh button and setting the refresh rate.
24+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Ability to delete previously added CA and Client certificates to keep them up-to-date.
25+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Enhanced both the Java and PHP serialized formatters: the Java formatter now supports date and time data, while the PHP formatter includes UTF-8 encoding for better handling of special characters and multi-language data.
26+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Keep databases and the list of keys [expanded](https://github.com/RedisInsight/Redis-for-VS-Code/issues/217) after navigating away.
27+
- [#226](https://github.com/RedisInsight/Redis-for-VS-Code/pull/226) New users can optionally encrypt sensitive data, such as connection certificates and passwords. Existing users can enable encryption by deleting the ~/.redis-for-vscode/redisinsight.db file and re-adding their database connections.
28+
29+
**Bugs**
30+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity.
31+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Saved SNI and SSH connection information for newly added database connections.
32+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Fixed an issue to display multiple hash fields when expanding a hash value.
33+
34+
### Get started with Redis for VS Code
35+
Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode) to use it.

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,15 @@ silent install configuration:
232232
title = "RDI Silent Installer Config"
233233
234234
scaffold = true
235+
db_index = 4
235236
deploy_directory = "/opt/rdi/config"
236237
237-
# Needed if the installer detects a DNS resolver with a loopback address
238-
# as an upstream DNS server
239-
nameservers = ["8.8.8.8", "8.8.4.4"]
238+
# Upstream DNS servers. This is needed if the installer detects a DNS resolver
239+
# with a loopback address as an upstream DNS server.
240+
# nameservers = ["8.8.8.8", "8.8.4.4"]
241+
242+
# HTTPS port you want to expose the RDI API on, if different from 443.
243+
# https_port = 5443
240244
241245
[rdi.database]
242246
host = "localhost"
@@ -266,7 +270,8 @@ The sections below describe the properties in more detail.
266270
| `scaffold` | Do you want to enable [scaffolding]({{< relref "/integrate/redis-data-integration/reference/cli/redis-di-scaffold" >}}) during the install? (true/false) |
267271
| `db_index` | Integer to specify the source database type for scaffolding. The options are 2 (MySQL/MariaDB), 3 (Oracle), 4 (PostgreSQL), and 5 (SQL Server). |
268272
| `deploy_directory` | Path to the directory where you want to store the RDI configuration. |
269-
| `nameservers` | This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
273+
| `nameservers` | Upstream DNS servers. This is needed if the installer detects a DNS resolver with a loopback address as an upstream DNS server (for example, `nameservers = ["8.8.8.8", "8.8.4.4"]`). |
274+
| `https_port` | HTTPS port you want to expose the RDI API on, if different from 443. |
270275

271276
#### `rdi.database`
272277

content/operate/rc/api/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ You can use the API to:
3636
- [Create database]({{< relref "/operate/rc/api/examples/create-database" >}})
3737
- [Update database]({{< relref "/operate/rc/api/examples/update-database.md" >}})
3838
- [Back up and import data]({{< relref "/operate/rc/api/examples/back-up-and-import-data.md" >}})
39-
1. [Manage cloud accounts]({{< relref "/operate/rc/api/examples/manage-cloud-accounts.md" >}})
4039
1. [Estimate costs]({{< relref "/operate/rc/api/examples/dryrun-cost-estimates.md" >}})
41-
1. [View account info]({{< relref "/operate/rc/api/examples/view-account-information.md" >}})
4240

4341
## More info
4442

content/operate/rc/api/examples/manage-cloud-accounts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ description: Cloud accounts specify which account to use when creating and modif
99
infrastructure resources.
1010
linkTitle: Manage cloud accounts
1111
weight: 80
12+
draft: true
1213
---
14+
<!-- This article is removed since it was duplicated with the REST API reference. I decided to keep it as a draft just in case. -->
15+
1316
You can use the Redis Cloud REST API to create and manage cloud accounts.
1417

1518
These examples use the [`cURL` utility]({{< relref "/operate/rc/api/get-started/use-rest-api#use-the-curl-http-client" >}}); you can use any REST client to work with the Redis Cloud REST API.

content/operate/rc/api/examples/manage-subscriptions.md

Lines changed: 113 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,74 +5,142 @@ categories:
55
- docs
66
- operate
77
- rc
8-
description: This article describes how to create and manage a subscription using
9-
`cURL` commands.
8+
description: Describes how to create and manage a subscription using the Redis Cloud API.
109
weight: 10
1110
---
1211

13-
The Redis Cloud REST API lets you create and manage all kinds of subscriptions. The examples in this article refer to Redis Cloud Pro subscriptions.
12+
The Redis Cloud REST API lets you create and manage all kinds of subscriptions.
1413

15-
## Create a subscription
14+
## Redis Cloud Essentials
1615

17-
Use `POST /v1/subscriptions` to create a subscription.
16+
### Create an Essentials subscription
17+
18+
Use [`POST /v1/fixed/subscriptions`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/createSubscription_1" >}}) to create an Essentials subscription.
1819

1920
```sh
20-
POST "https://[host]/v1/subscriptions"
21+
POST "https://[host]/v1/fixed/subscriptions"
2122
{
22-
"name": "Basic subscription example",
23-
"paymentMethodId": <payment_id>,
24-
"cloudProviders": [
25-
{
26-
"cloudAccountId": <account_id>,
27-
"regions": [
28-
{
29-
"region": "us-east-1",
30-
"networking": {
31-
"deploymentCIDR": "10.0.0.0/24"
32-
}
33-
}
34-
]
35-
}
36-
],
37-
"databases": [
38-
{
39-
"name": "Redis-database-example",
40-
"memoryLimitInGb": 1.1
41-
}
42-
]
23+
"name": "My new subscription",
24+
"planId": <plan_id>,
25+
"paymentMethodId": <payment_id>
4326
}
4427
```
4528

4629
Modify the following parameters in the sample JSON document to create a subscription on your own account:
4730

4831
- **`paymentMethodId`** - Specify a payment method connected to your account.
4932

50-
Use `GET /payment-methods` to find a payment method ID.
51-
52-
You don't need to pass this field in your API request if you subscribed to Redis Cloud through Google Cloud Marketplace.
33+
Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.
5334

54-
- **`cloudAccountId`** - Set a cloud account ID connected to your account.
35+
You don't need to pass this field in your API request if you subscribed to Redis Cloud through a marketplace integration.
5536

56-
To list cloud account IDs, use `GET /cloud-accounts`. To use internal resources, set it to `"cloudAccountId": 1`.
37+
- **`planId`** - Specify an essentials plan to create.
5738

58-
If you subscribed to Redis Cloud through Google Cloud Marketplace, use `1` for this field.
39+
Use [`GET /v1/fixed/plans`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getAllFixedSubscriptionsPlans" >}}) to get a list of plan IDs.
5940

60-
The request JSON body contains two primary segments: subscription specification and databases specification. When you create a subscription, you must specify one or more databases in the "`databases`" array.
41+
After you create an Essentials subscription, you must use the [`POST /v1/fixed/subscriptions/{subscriptionId}/databases`]({{< relref "/operate/rc/api/api-reference#tag/Databases-Essentials/operation/createFixedDatabase" >}}) endpoint to create the database.
6142

62-
You can include the contents of the JSON document in the `POST /subscriptions` operation in the [Swagger UI](https://api.redislabs.com/v1/swagger-ui.html). See [Swagger user interface]({{< relref "/operate/rc/api/get-started/use-rest-api#swagger-user-interface" >}}) for more details.
43+
You can include the contents of the JSON document in the `POST /v1/fixed/subscriptions` operation in the [Swagger UI](https://api.redislabs.com/v1/swagger-ui.html). See [Swagger user interface]({{< relref "/operate/rc/api/get-started/use-rest-api#swagger-user-interface" >}}) for more details.
6344

6445
{{< note >}}
6546
The Swagger UI generates default JSON examples for `POST` and `PUT` operations. You can reference these examples and modify them to fit your specific needs and account settings. The examples will fail if used as-is.
6647
{{< /note >}}
6748

68-
The response body contains the `taskId` for the task that creates the subscription. You can use `GET /v1/tasks/<taskId>` to track the task's status.
49+
The response body contains the `taskId` for the task that creates the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.
50+
51+
### Update an Essentials subscription
52+
53+
Use [`PUT /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/updateSubscription_1" >}}) to update an Essentials subscription.
54+
55+
```sh
56+
PUT "https://[host]/v1/fixed/subscriptions/{subscriptionId}"
57+
{
58+
"name": "new-subscription-name",
59+
"planId": <plan_id>,
60+
"paymentMethodId": <payment_id>
61+
}
62+
```
63+
64+
You can only change the following settings with this endpoint:
65+
- **`name`** - Specify a new name for your subscription.
66+
67+
- **`planId`** - Specify a new Essentials plan to change to.
68+
69+
Use [`GET /v1/fixed/plans`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/getAllFixedSubscriptionsPlans" >}}) to get a list of plan IDs.
70+
71+
You can only change to a plan that:
72+
- Is in the same cloud provider and region of your current plan.
73+
- Has a compatible [High-availability option]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) to your current plan. For example, if your current plan has single-zone replication, you cannot switch to a plan with multi-zone replication, but you can switch to a plan with no replication. If your current plan has multi-zone replication, you must switch to a plan with multi-zone replication.
74+
75+
- **`paymentMethodId`** - Specify a different payment method connected to your account.
76+
77+
Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.
78+
79+
The response body contains the `taskId` for the task that updates the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.
80+
81+
### Delete an Essentials subscription
82+
83+
Use [`DELETE /v1/fixed/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Essentials/operation/deleteSubscriptionById_1" >}}) to delete a subscription.
84+
85+
```sh
86+
DELETE "https://[host]/v1/fixed/subscriptions/{subscriptionId}"
87+
```
88+
The response body contains the `taskId` for the task that deletes the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.
89+
90+
## Redis Cloud Pro
91+
92+
### Create a Pro subscription
93+
94+
Use [`POST /v1/subscriptions`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/createSubscription" >}}) to create a Pro subscription.
95+
96+
```sh
97+
POST "https://[host]/v1/subscriptions"
98+
{
99+
"name": "Basic Subscription Example",
100+
"paymentMethodId": <payment_id>,
101+
"cloudProviders": [
102+
{
103+
"provider": "AWS",
104+
"regions": [
105+
{
106+
"region": "us-east-1",
107+
"networking": {
108+
"deploymentCIDR": "10.0.1.0/24"
109+
}
110+
}
111+
]
112+
}
113+
],
114+
"databases": [
115+
{
116+
"name": "Redis-database-example",
117+
"protocol": "redis",
118+
"datasetSizeInGb": 1
119+
}
120+
]
121+
}
122+
```
123+
124+
Modify the following parameters in the sample JSON document to create a subscription on your own account:
125+
126+
- **`paymentMethodId`** - Specify a payment method connected to your account.
127+
128+
Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.
129+
130+
You don't need to pass this field in your API request if you subscribed to Redis Cloud through a marketplace integration.
131+
132+
The request JSON body contains two primary segments: subscription specification and databases specification. When you create a subscription, you must specify one or more databases in the "`databases`" array.
133+
134+
There are many additional parameters and settings that can be defined on subscription and database creation. Review the subscription parameters and options in the [Full API documentation]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/createSubscription" >}}).
135+
136+
The response body contains the `taskId` for the task that creates the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.
69137

70-
## Update a subscription
138+
### Update a Pro subscription
71139

72-
Use `PUT /v1/subscriptions/<subscriptionId>` to update a subscription.
140+
Use [`PUT /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/updateSubscription" >}}) to update a Pro subscription.
73141

74142
```sh
75-
PUT "https://[host]/v1/subscriptions/<subscriptionId>"
143+
PUT "https://[host]/v1/subscriptions/{subscriptionId}"
76144
{
77145
"name": "new-subscription-name",
78146
"paymentMethodId": <payment_id>
@@ -84,15 +152,15 @@ You can only change the following settings with this endpoint:
84152

85153
- **`paymentMethodId`** - Specify a different payment method connected to your account.
86154

87-
Use `GET /payment-methods` to find a payment method ID.
155+
Use [`GET /v1/payment-methods`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountPaymentMethods" >}}) to find a payment method ID.
88156

89-
The response body contains the `taskId` for the task that updates the subscription. You can use `GET /v1/tasks/<taskId>` to track the task's status.
157+
The response body contains the `taskId` for the task that updates the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.
90158

91-
## Delete a subscription
159+
### Delete a Pro subscription
92160

93-
Use `DELETE /v1/subscriptions/<subscriptionId>` to delete a subscription.
161+
Use [`DELETE /v1/subscriptions/{subscriptionId}`]({{< relref "/operate/rc/api/api-reference#tag/Subscriptions-Pro/operation/deleteSubscriptionById" >}}) to delete a subscription.
94162

95163
```sh
96-
DELETE "https://[host]/v1/subscriptions/<subscriptionId>"
164+
DELETE "https://[host]/v1/subscriptions/{subscriptionId}"
97165
```
98-
The response body contains the `taskId` for the task that deletes the subscription. You can use `GET /v1/tasks/<taskId>` to track the task's status.
166+
The response body contains the `taskId` for the task that deletes the subscription. You can use [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}) to track the task's status.

content/operate/rc/api/examples/view-account-information.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ categories:
77
- rc
88
description: Get initial information on account parameters
99
weight: 70
10+
draft: true
1011
---
12+
<!-- This article is removed since it was duplicated with the REST API reference. I decided to keep it as a draft just in case. -->
1113

1214
The root API operation returns information about the current account, user, and API Key (as identified by the set of API Keys provided in the API request).
1315

0 commit comments

Comments
 (0)