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

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

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

### Description > Added a simple support for WITHDIST to the pushGeoRadiusArguments. This lets users use this option according to the Redis specification. --- ### Checklist - [ ] Does...

### Description I am trying to create a client with URL `redis://${process.env.REDIS_HOST}:${process.env.REDIS_PORT}`, and sending `REDIS_HOST=rediss` and `REDIS_PORT=6379`, but still it is trying to connect with localhost > redis is running...

Bug

Thanks for this library and your efforts, I really appreciate it. I saw the conversation in https://github.com/redis/node-redis/issues/2301 but I still think there is a problem with the release process. There...

### Description Hi. I'm trying to configure `redisClient` to flush the commands which was cached during redis server were offline but can't Below is my code. I'm trying to write...

Bug

### Description I have an application supposed to run in docker container (I am new to node apps) along with redis container and it uses the redis client. The code...

Bug

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

also provide API for other wrapper clients to also create invalid watch states programatically. Reasoning: if a user does a WATCH and then the client reconnects, the watch is no...

### Description ca?: string is missing for socket options i bypass it now like this ``` (options.socket as any).ca ``` ![image](https://github.com/redis/node-redis/assets/3482445/43c33cdf-c0cd-4e45-87a7-f74702d51df1) ### Node.js Version v18.18.2 ### Redis Server Version 6.2.13...

Bug