Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Troll321/redis-stack-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: redis-stack/redis-stack-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 12 commits
  • 6 files changed
  • 7 contributors

Commits on Dec 18, 2023

  1. Change "JSON.set" links (redis-stack#234)

    Change "JSON.set" link from "/commands/ft.set" --> "/commands/json.set"
    Troll321 authored Dec 18, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c9e983a View commit details

Commits on Dec 20, 2023

  1. Update vector-database.md (redis-stack#231)

    Co-authored-by: Chayim <[email protected]>
    pk2 and chayim authored Dec 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0938a81 View commit details

Commits on Jan 9, 2024

  1. release 7.0.15 and 7.2.4

    oranagra committed Jan 9, 2024
    Copy the full SHA
    b046e1e View commit details

Commits on Jan 10, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cc2d923 View commit details

Commits on Jan 26, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    119f0f7 View commit details

Commits on Jan 29, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e189bc5 View commit details

Commits on Feb 1, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a343e31 View commit details

Commits on Feb 2, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a48e6bf View commit details

Commits on Mar 4, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    95f2d93 View commit details

Commits on Mar 20, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    198cb74 View commit details

Commits on Mar 26, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d181575 View commit details

Commits on Apr 8, 2024

  1. Update README.md

    dmaier-redislabs authored Apr 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2a94d53 View commit details
Showing with 33 additions and 27 deletions.
  1. +5 −0 README.md
  2. +4 −4 docs/stack/get-started/document-database.md
  3. +3 −3 docs/stack/get-started/vector-database.md
  4. +1 −0 docs/ui/insight/_index.md
  5. +17 −17 download/index.md
  6. +3 −3 terms/index.md
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
> **Important**: This repository got replaced by the new [Redis docs](https://github.com/redis/docs) repository and will be archived soon.

# Redis Stack Docs

OPEN SOURCE LICENSE VS. TRADEMARKS. The three-clause BSD license gives you the right to redistribute and use the software in source and binary forms, with or without modification, under certain conditions. However, open source licenses like the three-clause BSD license do not address trademarks. For further details please read the [Redis Trademark Policy](https://www.redis.com/legal/trademark-policy)."
8 changes: 4 additions & 4 deletions docs/stack/get-started/document-database.md
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ The examples in this article refer to a simple bicycle inventory that contains J
The easiest way to get started with [Redis Stack](/docs/about/about-stack/) is to use Redis Cloud:

1. Create a [free account](https://redis.com/try-free?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
2. Follow the instructions to create a free database.


<img src="../img/free-cloud-db.png" width="500px">
2. Follow the instructions to create a free database.

This free Redis Cloud database comes out of the box with all the Redis Stack features.

@@ -73,7 +73,7 @@ Any pre-existing JSON documents with a key prefix `bicycle:` are automatically a

## Add JSON documents

The example below shows you how to use the [JSON.SET](/commands/ft.set/) command to create new JSON documents:
The example below shows you how to use the [JSON.SET](/commands/json.set/) command to create new JSON documents:

{{< clients-example search_quickstart add_documents "" 2 >}}
> JSON.SET "bicycle:0" "." "{\"brand\": \"Velorim\", \"model\": \"Jigger\", \"price\": 270, \"description\": \"Small and powerful, the Jigger is the best ride for the smallest of tikes! This is the tiniest kids\\u2019 pedal bike on the market available without a coaster brake, the Jigger is the vehicle of choice for the rare tenacious little rider raring to go.\", \"condition\": \"new\"}"
@@ -169,4 +169,4 @@ Please see the [query documentation](/docs/interact/search-and-query/query/) to

You can learn more about how to use Redis Stack as a vector database in the following quick start guide:

* [Redis as a vector database](/docs/get-started/vector-database/)
* [Redis as a vector database](/docs/get-started/vector-database/)
6 changes: 3 additions & 3 deletions docs/stack/get-started/vector-database.md
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@ You can use Redis Stack as a vector database. It allows you to:
The easiest way to get started with [Redis Stack](/docs/about/about-stack/) is to use Redis Cloud:

1. Create a [free account](https://redis.com/try-free?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
2. Follow the instructions to create a free database.


<img src="../img/free-cloud-db.png" width="500px">
2. Follow the instructions to create a free database.

This free Redis Cloud database comes out of the box with all the Redis Stack features.

@@ -171,7 +171,7 @@ You can find further details about all these options in the [vector reference do
As soon as you execute the [FT.CREATE](https://redis.io/commands/ft.create/) command, the indexing process runs in the background. In a short time, all JSON documents should be indexed and ready to be queried. To validate that, you can use the [FT.INFO](https://redis.io/commands/ft.info/) command, which provides details and statistics about the index. Of particular interest are the number of documents successfully indexed and the number of failures:

{{< clients-example search_vss validate_index >}}
FT_INFO idx:bikes_vss
FT.INFO idx:bikes_vss
{{< /clients-example >}}

## Search and query
1 change: 1 addition & 0 deletions docs/ui/insight/_index.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ stack: true
weight: 3
aliases:
- /docs/stack/insight
- /docs/ui/insight
---

[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
34 changes: 17 additions & 17 deletions download/index.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ You can download the last Redis source files here. For additional options, see t

Redis 7.2 includes optimizations, several new commands, some improvements, bug fixes, and several new module APIs. It also includes changes that potentially break backwards compatibility with older versions.

* [Download 7.2.3](https://github.com/redis/redis/archive/7.2.3.tar.gz)
* [Download 7.2.4](https://github.com/redis/redis/archive/7.2.4.tar.gz)
* [7.2 Release Notes](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES)
* [More installation options ->](#redis-downloads)

@@ -27,11 +27,11 @@ Download the latest Redis Stack Server binaries here, or install with [Docker](/

### Stable (7.2)

Redis Stack Server extends Redis with modern data models such as document, time series. Redis Stack also includes RedisInsight, a visualization tool for Redis. Read the [latest release notes](https://github.com/redis-stack/redis-stack/releases/tag/v7.2.0-v6), or download the latest 7.2 binaries:
Redis Stack Server extends Redis with modern data models such as document, time series. Redis Stack also includes RedisInsight, a visualization tool for Redis. Read the [latest release notes](https://github.com/redis-stack/redis-stack/releases/tag/v7.2.0-v9), or download the latest 7.2 binaries:

* [macOS x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.catalina.x86_64.zip)
* [Ubuntu focal x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.focal.x86_64.tar.gz)
* [Ubuntu focal arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.focal.arm64.tar.gz)
* [macOS x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.catalina.x86_64.zip)
* [Ubuntu focal x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.focal.x86_64.tar.gz)
* [Ubuntu focal arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.focal.arm64.tar.gz)
* [All installation options ->](#redis-stack-downloads)
</div>
</div>
@@ -62,7 +62,7 @@ The latest stable release is always available at the fixed [https://download.red

Redis 7.0 includes several new user-facing features, significant performance optimizations, and many other improvements. It also includes changes that potentially break backwards compatibility with older versions.

See the [release notes](https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES) or [download 7.0.14](https://download.redis.io/releases/redis-7.0.14.tar.gz).
See the [release notes](https://raw.githubusercontent.com/redis/redis/7.0/00-RELEASENOTES) or [download 7.0.15](https://download.redis.io/releases/redis-7.0.15.tar.gz).

#### Redis 6.2

@@ -73,29 +73,29 @@ See the [release notes](https://raw.githubusercontent.com/redis/redis/6.2/00-REL

### List of all releases and hash digests

You can find a [listing of all previous Redis releases](https://download.redis.io/releases/) on the [releases page](https://download.redis.io/releases/). SHA-256 digests for these downloads are available in the [redis-hashes git repository](https://github.com/redis/redis-hashes/).
You can find a listing of all previous Redis releases on the [releases page](https://download.redis.io/releases/). SHA-256 digests for these downloads are available in the [redis-hashes git repository](https://github.com/redis/redis-hashes/).

## Redis Stack downloads

### Redis Stack 7.2

* macOS: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.catalina.x86_64.zip), [arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.monterey.arm64.zip)
* AppImage: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6-x86_64.AppImage)
* Ubuntu: [Bionic x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.bionic.x86_64.tar.gz), [Bionic arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.bionic.arm64.tar.gz), [Focal x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.focal.x86_64.tar.gz), [Focal arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.focal.arm64.tar.gz), [Snap x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.x86_64.snap), [Snap arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.arm64.snap), [Jammy x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.jammy.x86_64.tar.gz), [Jammy arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.jammy.arm64.tar.gz)
* Debian: [Bullseye x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.bullseye.x86_64.tar.gz)
* RHEL 7/CentOS Linux 7: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.rhel7.x86_64.tar.gz)
* RHEL 8/CentOS Linux 8: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.rhel8.x86_64.tar.gz)
* RHEL 9/Rocky Linux 9/CentOS Linux 9: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v6.rhel9.x86_64.tar.gz)
* macOS: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.catalina.x86_64.zip), [arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.monterey.arm64.zip)
* AppImage: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9-x86_64.AppImage)
* Ubuntu: [Bionic x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.bionic.x86_64.tar.gz), [Bionic arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.bionic.arm64.tar.gz), [Focal x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.focal.x86_64.tar.gz), [Focal arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.focal.arm64.tar.gz), [Snap x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.x86_64.snap), [Snap arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.arm64.snap), [Jammy x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.jammy.x86_64.tar.gz), [Jammy arm64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.jammy.arm64.tar.gz)
* Debian: [Bullseye x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.bullseye.x86_64.tar.gz)
* RHEL 7/CentOS Linux 7: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.rhel7.x86_64.tar.gz)
* RHEL 8/CentOS Linux 8: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.rhel8.x86_64.tar.gz)
* RHEL 9/Rocky Linux 9/CentOS Linux 9: [x86_64](https://packages.redis.io/redis-stack/redis-stack-server-7.2.0-v9.rhel9.x86_64.tar.gz)
* Redis Stack on [Dockerhub](https://hub.docker.com/u/redis): [x86_64 and arm64](https://hub.docker.com/r/redis/redis-stack)
* Redis Stack server on [Dockerhub](https://hub.docker.com/u/redis): [x86_64 and arm64](https://hub.docker.com/r/redis/redis-stack-server)

See the [release notes for 7.2.0-v6](https://github.com/redis-stack/redis-stack/releases/tag/v7.2.0-v6).
See the [release notes for 7.2.0-v9](https://github.com/redis-stack/redis-stack/releases/tag/v7.2.0-v9).

### Older Redis Stack Versions

Redis Stack 6.2.6 introduces many new features for Search and Query, including support for [wildcard queries](https://redis.io/docs/stack/search/reference/query_syntax/#wildcard-matching), multi-value indexing and querying, and more. This version also contains a new faster JSONPath, a new t-digest probabilistic data structure, new path-finding algorithms for Graph, support for gap filling for Time series, and other features and improvements.
Redis Stack 6.2.6 introduces many new features for Search and Query, including support for [wildcard queries](/docs/interact/search-and-query/advanced-concepts/query_syntax/#wildcard-queries), multi-value indexing and querying, and more. This version also contains a new faster JSONPath, a new t-digest probabilistic data structure, new path-finding algorithms for Graph, support for gap filling for Time series, and other features and improvements.

See the [release notes](https://github.com/redis-stack/redis-stack/releases/tag/v6.2.6-v10) for more information and download links.
See the [release notes](https://github.com/redis-stack/redis-stack/releases/tag/v6.2.6-v13) for more information and download links.


### RedisInsight
6 changes: 3 additions & 3 deletions terms/index.md
Original file line number Diff line number Diff line change
@@ -10,12 +10,12 @@ aliases:

### General

The [Redis.io](https://redis.io) website (the “Site”) is hosted and operated by Redis Ltd., with contributions from the public (the “Redis open source project”). In these Redis.io Terms of Use (these “Terms”), references to “us”, “our”, and "we" refer to Redis Ltd., and “you” or “your” refer to you, the user. By using the Site, you agree to these Terms. For more information about the Redis open source project, visit the [Redis documentation page](/docs) (the “Documentation”). Licenses to use the Redis open source project are described in the Documentation, except where otherwise specified. For example, [Redis Stack](/docs/stack/) and certain [Redis modules](/docs/modules/) are licensed under the [Redis Source Available License](/docs/about/about-stack/#redis-stack-license). If you plan on contributing to the Redis open source project, more information is available on our [Community page](/community/).
The [Redis.io](https://redis.io) website (the “Site”) is hosted and operated by Redis Ltd., with contributions from the public (the “Redis project”). In these Redis.io Terms of Use (these “Terms”), references to “us”, “our”, and "we" refer to Redis Ltd., and “you” or “your” refer to you, the user. By using the Site, you agree to these Terms. For more information about the Redis project, visit the [Redis documentation page](/docs) (the “Documentation”). Licenses to use the Redis project are described in the Documentation, except where otherwise specified. For example, [Redis Stack](/docs/stack/) and certain [Redis modules](/docs/modules/) are licensed under the [Redis Source Available License](/docs/about/about-stack/#redis-stack-license). If you plan on contributing to the Redis project, more information is available on our [Community page](/community/).


### Trademarks

The “Redis” name and logo (the “Marks”) are trademarks of Redis Ltd. These Marks are owned by Redis Ltd. and its subsidiaries and affiliates, and usable only in accordance with the [Redis trademark guidelines](https://redis.com/legal/trademark-guidelines/). We care about the integrity of the Redis open source project and the Site itself, and we believe it is important to ensure that the Marks are not used in a way that could cause confusion or otherwise harm the community. Except as set forth above, nothing herein grants or should be deemed to grant to you any right to, title for, or interest in the Marks.
The “Redis” name and logo (the “Marks”) are trademarks of Redis Ltd. These Marks are owned by Redis Ltd. and its subsidiaries and affiliates, and usable only in accordance with the [Redis Trademark Policy](https://redis.com/legal/trademark-policy). We care about the integrity of the Redis project and the Site itself, and we believe it is important to ensure that the Marks are not used in a way that could cause confusion or otherwise harm the community. Except as set forth above, nothing herein grants or should be deemed to grant to you any right to, title for, or interest in the Marks.

### Privacy

@@ -25,4 +25,4 @@ The Site does not collect personal data from visitors except in the Site's use o

By using and or visiting other websites linked within the Site, such as Redis.com (our “Enterprise Site”) or GitHub, you are agreeing to those external websites' terms of use, as well as applicable privacy policies. For reference, please see our [Enterprise Site Terms of Use](https://redis.com/terms/) and our [Enterprise Site Privacy Policy](https://redis.com/legal/privacy-policy/).

_Last Update: February 24, 2023_
_Last Update: March 20, 2024_