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
* Connecting to cluster example
* Connecting to cluster example
* Making changes according to review
* Adding example to Readme.md in alphabetical order
* Fixed order of scripts so they are alphabetic.
Co-authored-by: Simon Prickett <[email protected]>
Closes#2281.
Copy file name to clipboardExpand all lines: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This folder contains example scripts showing how to use Node Redis in different
8
8
|`bloom-filter.js`| Space efficient set membership checks with a [Bloom Filter](https://en.wikipedia.org/wiki/Bloom_filter) using [RedisBloom](https://redisbloom.io)|
9
9
|`command-with-modifiers.js`| Define a script that allows to run a command with several modifiers |
10
10
|`connect-as-acl-user.js`| Connect to Redis 6 using an ACL user |
11
+
|`connect-to-cluster.js`| Connect to Redis cluster |
11
12
|`count-min-sketch.js`| Estimate the frequency of a given event using the [RedisBloom](https://redisbloom.io) Count-Min Sketch |
12
13
|`cuckoo-filter.js`| Space efficient set membership checks with a [Cuckoo Filter](https://en.wikipedia.org/wiki/Cuckoo_filter) using [RedisBloom](https://redisbloom.io)|
13
14
|`get-server-time.js`| Get the time from the Redis server |
0 commit comments