node-redis
node-redis copied to clipboard
Redis Node.js client
### Description > Describe your pull request here clientId will be removed from a redis command sent over the wire each time (and therefore need to be awaited) and instead...
### Motivation When using `RedisCluster`, the only way to "scan" the whole cluster is to loop over `cluster.masters` and use `scan` on each node, something like: ```javascript const results =...
It seems to be not possible to enable or change redis password without application restart. Even in case when I want to enable password and I supply password to the...
### Description Addresses DOC-2835: https://redislabs.atlassian.net/browse/DOC-2835 > Describe your pull request here --- ### Checklist - [ ] Does `npm test` pass with this change (including linting)? - [ ] Is...
### Description Addresses this ticket: https://redislabs.atlassian.net/browse/DOC-2457 > Describe your pull request here --- ### Checklist - [ ] Does `npm test` pass with this change (including linting)? - [ ]...
### Description Addresses this Jira ticket: https://redislabs.atlassian.net/browse/DOC-2558 Adds Node.js Sorted Set example using bike examples ### Checklist - [ ] Does `npm test` pass with this change (including linting)? -...
### Description Adds code examples for the Set tutorial DOC-2553 https://redislabs.atlassian.net/browse/DOC-2295 > Adds example code for Set datatype as per DOC-2295 --- ### Checklist - [ ] Does `npm test`...
### Description Hi, I am new to node and trying to run the basic example you provide. When I run it I get import { createClient } from 'redis'; ^^^^^^...
### Description I am getting a very strange type error everytime I try to use `docker compose up` to launch any script that connects to redis with the following error...
### Description I've been working with Redis for a couple projects, more specifically with Redis Sentinel. I had originally been using the this package, but found it was lacking support...