Skip to content

Commit 38e1288

Browse files
committed
Merge branch 'main' into latest-new
# Conflicts: # README.md
2 parents ab72c25 + 0d332ed commit 38e1288

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Server Side Public License
22
VERSION 1, OCTOBER 16, 2018
33

4-
Copyright © 2021 Redis, Inc.
4+
Copyright © 2018 MongoDB, Inc.
55

66
Everyone is permitted to copy and distribute verbatim copies of this
77
license document, but changing it is not allowed.
@@ -500,7 +500,7 @@
500500

501501
14. Revised Versions of this License.
502502

503-
Redis, Inc. may publish revised and/or new versions of the Server Side
503+
MongoDB, Inc. may publish revised and/or new versions of the Server Side
504504
Public License from time to time. Such new versions will be similar in
505505
spirit to the present version, but may differ in detail to address new
506506
problems or concerns.
@@ -509,9 +509,9 @@
509509
specifies that a certain numbered version of the Server Side Public
510510
License “or any later version” applies to it, you have the option of
511511
following the terms and conditions either of that numbered version or of
512-
any later version published by Redis, Inc. If the Program does not
512+
any later version published by MongoDB, Inc. If the Program does not
513513
specify a version number of the Server Side Public License, you may
514-
choose any version ever published by Redis, Inc.
514+
choose any version ever published by MongoDB, Inc.
515515

516516
If the Program specifies that a proxy can decide which future versions of
517517
the Server Side Public License can be used, that proxy's public statement

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[![Release](https://img.shields.io/github/v/release/RedisInsight/RedisInsight.svg?sort=semver)](https://github.com/RedisInsight/RedisInsight/releases)
22
[![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main)
3-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisInsight/RedisInsight.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisInsight/RedisInsight/alerts/)
43

5-
# <img src="https://redis.com/wp-content/uploads/2019/11/ico-redisinsight.svg" alt="logo" width="25"/> Redis Insight - Developer GUI for Redis, by Redis.
4+
# <img src="https://redis.com/wp-content/uploads/2019/11/ico-redisinsight.svg" alt="logo" width="25"/> Redis Insight - Developer GUI for Redis, by Redis.
65
[![Forum](https://img.shields.io/badge/Forum-RedisInsight-red)](https://forum.redis.com/c/redisinsight/65)
76
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
87

98

109
Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application.
11-
Query, analyse and interact with your Redis data. [Download it here](https://redis.com/redis-enterprise/redis-insight/#insight-form)!
10+
Query, analyse and interact with your Redis data. [Download it here](https://redis.io/insight/#insight-form)!
1211

1312
![Redis Insight Browser screenshot](/.github/redisinsight_browser.png)
1413

@@ -22,27 +21,27 @@ Redis Insight is an intuitive and efficient GUI for Redis, allowing you to inter
2221

2322
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
2423
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
25-
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
24+
* CRUD support for [RedisJSON](https://redis.io/json/)
2625
* Interactive tutorials to learn easily, among other things, how to leverage the native JSON data structure supporting structured querying and full-text search, including vector similarity search for your AI use cases
2726
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database
2827
* Profiler - analyze every command sent to Redis in real-time
2928
* SlowLog - analyze slow operations in Redis instances based on the [Slowlog](https://github.com/RedisInsight/RedisInsight/releases#:~:text=results%20of%20the-,Slowlog,-command%20to%20analyze) command
30-
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels
29+
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/latest/develop/interact/pubsub/), enabling subscription to channels and posting messages to channels
3130
* Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view
3231
* Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
33-
* Command auto-complete support for [RediSearch](https://oss.redis.com/redisearch/), [RedisJSON](https://oss.redis.com/redisjson/), [RedisGraph](https://oss.redis.com/redisgraph/), [RedisTimeSeries](https://oss.redis.com/redistimeseries/), [RedisAI](https://oss.redis.com/redisai/)
34-
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations. Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)
35-
* Officially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming)
32+
* Command auto-complete support for [RediSearch](https://redis.io/search/), [RedisJSON](https://redis.io/json/), [RedisTimeSeries](https://redis.io/timeseries/)
33+
* Visualizations of your [RediSearch](https://redis.io/search/) index, queries, and aggregations. Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)
34+
* Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis (official support upcoming)
3635

37-
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).
36+
Check out the [release notes](https://github.com/RedisInsight/RedisInsight/releases).
3837

3938
## Get started with Redis Insight
4039

4140
This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
4241

4342
### Installable
44-
Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
45-
Supports Windows, macOS (including M1), and Linux.
43+
Available to download for free from [here](https://redis.io/insight/#insight-form).
44+
Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and [Docker](https://hub.docker.com/r/redis/redisinsight).
4645

4746
### Build
4847
Alternatively you can also build from source. See our wiki for instructions.

0 commit comments

Comments
 (0)