Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit de4590d

Browse files
VadimKulagingkorland
authored andcommitted
Small fixes in the README.md (#77)
* Fix a typo in the README.md * Use https instead of http in the README.md
1 parent dbdd412 commit de4590d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
# RedisJSON2
88

9-
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).
9+
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).
1010

1111
## Primary features:
1212

1313
* Full support of the JSON standard
14-
* [JSONPath](http://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents
14+
* [JSONPath](https://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents
1515
* Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
1616
* Typed atomic operations for all JSON values types
17-
* Secondery index support based on [RediSeach](http://redisearch.io)
17+
* Secondary index support based on [RediSearch](https://redisearch.io)
1818

1919
## Quick start
2020

0 commit comments

Comments
 (0)