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

/node_modules/@redis/client/dist/lib/commands/generic-transformers.js includes `if (options?.MATCH) {`. jest does not understand optional chain - ?. operator and that leads to jest test failure after I upgrade to redis 4.1.0. 4.0.x did not...

Bug

I've been looking to use the cluster client, but there seems to be a lot of missing functionality. The cluster connection only seems to be able to run sever commands...

feature

My nodejs rest api makes use of redis for cache/state management and is replicated across multiple locations. Redis runs in master/replicas cluster mode and is also distributed across multiple locations....

Bug

I've been experimenting with using Tailscale to securely access a Redis instance in another AWS VPC from an AWS Lambda without exposing it to the public internet. In theory, we...

Bug

Hi. I have a Redis server running on a machine with the descriptions below and have 5 servers on separate machines requesting to it. After a while , say 24...

Bug

### Description Per #1593, there is a currently a race condition where an error in a `socket.write` call can cause the error handler (which clears the command queue) to be...

**Environment:** - **Node.js Version**: 17 - **Redis Server Version**: v=6.2.3 - **Node Redis Version**: 4.1.0 - **Platform**: Dev platform: Release Linux Mint 20.3 Una 64-bit Prod platform: Any Linux This...

Bug

Hello, I have a Redis MemoryDB cluster with 2 nodes in AWS and I'm trying to connect to it through `createCluster`, but the connection isn't established. Here is how I...

Bug

I notice that on nore-redis 3.1.2 and node-redis 4.1.0, there is no notification on keyspace (via `psubscribe`) after a reconnection. ## node-Redis 4.1.0 Here is a script to reproduce the...

Bug

### Issue The node-redis client has a race condition in the handling of write error events from the TCP socket if the TCP socket disconnects during the execution of the...