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

Commit 881cc1f

Browse files
authored
Update README.md
1 parent d15846e commit 881cc1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![Mailing List](https://img.shields.io/badge/Mailing%20List-RedisJSON-blue)](https://groups.google.com/forum/#!forum/redisjson)
44
[![Gitter](https://badges.gitter.im/RedisLabs/RedisJSON.svg)](https://gitter.im/RedisLabs/RedisJSON?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55

6-
# RedisJSON 2
6+
# RedisJSON2
77

8-
RedisJSON 2 ([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).
8+
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).
99

1010
## Primary features:
1111

@@ -16,7 +16,7 @@ RedisJSON 2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [
1616
* Secondery index support based on [RediSeach](http://redisearch.io)
1717

1818

19-
## New Commands in RedisJSON 2
19+
## New Commands in RedisJSON2
2020

2121
JSON.INDEX ADD <index> <field> <path>
2222
JSON.INDEX DEL <index> <field>

0 commit comments

Comments
 (0)