File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This folder contains example scripts showing how to use Node Redis in different
10
10
| ` lua-multi-incr.js ` | Define a custom lua script that allows you to perform INCRBY on multiple keys |
11
11
| ` managing-json.js ` | Store, retrieve and manipulate JSON data atomically with [ RedisJSON] ( https://redisjson.io/ ) |
12
12
| ` 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 |
14
14
| ` set-scan.js ` | An example script that shows how to use the SSCAN iterator functionality |
15
15
16
16
## Contributing
File renamed without changes.
You can’t perform that action at this time.
0 commit comments