We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ac9e commit 79cd916Copy full SHA for 79cd916
README.md
@@ -18,7 +18,7 @@ RedisJSON is a [Redis](https://redis.io/) module that implements [ECMA-404 The J
18
* [JSONPath](https://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents
19
* Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
20
* Typed atomic operations for all JSON values types
21
-* Secondary index support based on [RediSearch](https://redisearch.io)
+* Secondary index support when combined with [RediSearch](https://redisearch.io)
22
23
## Quick start
24
0 commit comments