You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This folder contains example scripts showing how to use Node Redis in different
21
21
|`search-hashes.js`| Uses [RediSearch](https://redisearch.io) to index and search data in hashes. |
22
22
|`search-json.js`| Uses [RediSearch](https://redisearch.io/) and [RedisJSON](https://redisjson.io/) to index and search JSON data. |
23
23
|`search-knn.js`| Uses [RediSearch vector similarity]([https://redisearch.io/](https://redis.io/docs/stack/search/reference/vectors/)) to index and run KNN queries. |
24
-
|`set-scan.js`| An example script that shows how to use the SSCAN iterator functionality. |
24
+
|`set.js`| An example script that shows how to use the set datastructure within nodejs application. |
25
25
|`sorted-set.js`| Add members with scores to a Sorted Set and retrieve them using the ZSCAN iteractor functionality. |
26
26
|`stream-producer.js`| Adds entries to a [Redis Stream](https://redis.io/topics/streams-intro) using the `XADD` command. |
27
27
|`stream-consumer.js`| Reads entries from a [Redis Stream](https://redis.io/topics/streams-intro) using the blocking `XREAD` command. |
0 commit comments