From a3cb906733a1f593071463b01700ca352721d676 Mon Sep 17 00:00:00 2001 From: Vadim Kulagin Date: Tue, 24 Dec 2019 17:05:47 +0300 Subject: [PATCH 1/2] Fix a typo in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c97c1..460f825 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [R * [JSONPath](http://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents * Documents are stored as binary data in a tree structure, allowing fast access to sub-elements * Typed atomic operations for all JSON values types -* Secondery index support based on [RediSeach](http://redisearch.io) +* Secondary index support based on [RediSearch](http://redisearch.io) ## Quick start From c9bb8356c52824cf47117652e664165e5d7e9795 Mon Sep 17 00:00:00 2001 From: Vadim Kulagin Date: Tue, 24 Dec 2019 17:11:43 +0300 Subject: [PATCH 2/2] Use https instead of http in the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 460f825..e3d1b6e 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ # RedisJSON2 -RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [Redis](https://redis.io/) module that implements [ECMA-404 The JSON Data Interchange Standard](http://json.org/) as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents). +RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [Redis](https://redis.io/) module that implements [ECMA-404 The JSON Data Interchange Standard](https://json.org/) as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents). ## Primary features: * Full support of the JSON standard -* [JSONPath](http://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents +* [JSONPath](https://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents * Documents are stored as binary data in a tree structure, allowing fast access to sub-elements * Typed atomic operations for all JSON values types -* Secondary index support based on [RediSearch](http://redisearch.io) +* Secondary index support based on [RediSearch](https://redisearch.io) ## Quick start