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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This folder contains example scripts showing how to use Node Redis in different
20
20
|`pubsub-subscriber.js`| Reads messages from channels using `PSUBSCRIBE` command. |
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
+
|`search-knn.js`| Uses [RediSearch vector similarity]([https://redisearch.io/](https://redis.io/docs/stack/search/reference/vectors/)) to index and run KNN queries. |
23
24
|`set-scan.js`| An example script that shows how to use the SSCAN iterator functionality. |
24
25
|`sorted-set.js`| Add members with scores to a Sorted Set and retrieve them using the ZSCAN iteractor functionality. |
25
26
|`stream-producer.js`| Adds entries to a [Redis Stream](https://redis.io/topics/streams-intro) using the `XADD` command. |
0 commit comments