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
@@ -10,6 +10,7 @@ This folder contains example scripts showing how to use Node Redis in different
10
10
|`connect-as-acl-user.js`| Connect to Redis 6 using an ACL user |
11
11
|`count-min-sketch.js`| Estimate the frequency of a given event using the [RedisBloom](https://redisbloom.io) Count-Min Sketch |
12
12
|`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
+
|`get-server-time.js`| Get the time from the Redis server |
13
14
|`lua-multi-incr.js`| Define a custom lua script that allows you to perform INCRBY on multiple keys |
14
15
|`managing-json.js`| Store, retrieve and manipulate JSON data atomically with [RedisJSON](https://redisjson.io/)|
15
16
|`search-hashes.js`| Uses [RediSearch](https://redisearch.io) to index and search data in hashes |
0 commit comments