node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

Redis Node.js client

Results 266 node-redis issues
Sort by recently updated
recently updated
newest added

As documented in this [pull request](https://github.com/redis/redis/pull/12765)

feature

As documented [here](https://github.com/redis/redis/pull/12299), to be tested against redis unstable.

feature

### Description Since there has been some behavioral change that I have not seen mention anywhere, I have been trying to find a good way to handle `LOADING Redis is...

Bug

Hi, Are there plans to make node_redis sentinel aware? I'm thinking about being able to use a list of sentinels at startup, then discover and connect to the masters, and...

feature

Hello! ### Issue I'm having problems getting the **SCAN** command to run through node-redis on an ElastiCache Redis cluster. Here's a simple block of code that outputs all keys in...

### Description Environment: - client: node 18 (public.ecr.aws/docker/library/node:18-alpine) - redis server: AWS elasticache - engine version: 6.2.6 - 2 shards; 2 nodes per shard We're getting this error - I...

Bug

Hi, @everyone! Can someone please explain why is this happening: https://github.com/redis/node-redis/blob/4f85030e42da2eed6a178e54994330af5062761e/index.js#L896-L899 Let`s concatenate the data and send once.

### Description > Describe your pull request here --- ### Checklist - [ ] Does `npm test` pass with this change (including linting)? - [ ] Is the new or...

feature

#1502 #2431 #2378 #2341 #2469 #2484 #2137 #2561 #2565 #2614 #2650 #2679

### Description Here is a rough attempt to resolve issues described in #2141 (I'm not an expert with TS and would like someone to take over this PR) `createCluster` is...