Skip to content

Commit 99b261b

Browse files
author
Simon Prickett
committed
Renamed JSON search example.
1 parent 055af50 commit 99b261b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This folder contains example scripts showing how to use Node Redis in different
1010
| `lua-multi-incr.js` | Define a custom lua script that allows you to perform INCRBY on multiple keys |
1111
| `managing-json.js` | Store, retrieve and manipulate JSON data atomically with [RedisJSON](https://redisjson.io/) |
1212
| `search-hashes.js` | Uses [RediSearch](https://redisearch.io) to index and search data in hashes |
13-
| `search+json.js` | Uses [RediSearch](https://redisearch.io/) and [RedisJSON](https://redisjson.io/) to index and search JSON data |
13+
| `search-json.js` | Uses [RediSearch](https://redisearch.io/) and [RedisJSON](https://redisjson.io/) to index and search JSON data |
1414
| `set-scan.js` | An example script that shows how to use the SSCAN iterator functionality |
1515

1616
## Contributing
File renamed without changes.

0 commit comments

Comments
 (0)