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

I've recently upgraded to node redis 4.1.0 and I'm having issues with reconnectStrategy and connection handling in general. Logs from reconnectstrategy are never printed. When I start with redis server...

Bug

I would like to build my express server independent on weather the redis client is up or not. If redis is down, it should off course try to reconnect, but...

Bug

Here: ![Screen Shot 2022-06-01 at 12 20 34 PM](https://user-images.githubusercontent.com/48965/171326853-f464cc02-9f00-4e9e-a5e4-d928c3633dfd.png)

Bug

Once https://github.com/RedisBloom/RedisBloom/issues/387 is closed, the client should be extended to support the new TDIGEST.QUANTILE extensions.

feature
Good First Issue

As of RedisBloom (master) 2.4.0, there is a new command TDIGEST.TRIMMED_MEAN. We need to add support and the associated tests, as per [this PR](https://github.com/RedisBloom/RedisBloom/commit/15e10a139eb49a1af700d1c2853c32d18186b72b)

feature
Good First Issue

Hey, When I try to use the library I get the following error: Is there anything that can be done about it? Thanks in advance for the support. ![image](https://user-images.githubusercontent.com/77774766/169297001-a74ee50c-69e2-48b9-b9e6-f2b5dea8a310.png) **Environment:**...

Bug

Hi, It would be nice to add support for hSet with spread operator on field -> value pairs. In v3 it worked like charm, so we need either to include...

Bug

Before this commit, the cursor was always 0. So we need to always iterate from the 0 cursor on all keys! before: `let cursor = 0;` now: `let cursor =...

### Description I'm new to this project and community, so I just looked over the CHANGELOG and fixed typos and grammatical errors where I found them. --- ### Checklist -...