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

Redis Node.js client

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

### Motivation To enhance the debugging process in certain scenarios, enabling client access to the MONITOR command becomes necessary. By incorporating support for the MONITOR command, we can significantly enhance...

feature

### Description Related to: Inconsistent FT.INFO results #2501 There are numerous 'nan' results returned from FT.INFO. v4.6.11 Example below: `(async () => { const redis = createClient({url: `redis://default:redis@localhost:12000`}); await redis.connect();...

Bug

### Description Hello! I'm trying to persist hyperloglog in my datbase. I was been doing some test fisrt with Redis cli in local. Operation: DUMP key-hyperloglog Value: "\x00\x15HYLL\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00Wn\x80h\x8f\x0b\x00\x13\xd9\"\x80s%\xd0\x12" And then:...

Bug

### Description My bun application gets stuck when executing the function RedisClient.connect(). I want to catch the error immediately upon failure. But, It throws an error after about 2 minutes....

Bug

### Description Issue: #1958 I have added the implementation of the following command to the project [LATENCY RESET](https://redis.io/commands/latency-reset/). --- ### Checklist - [x] Does `npm test` pass with this change...

### Description For the past couple of weeks, I am getting this error message inconsistently thorough when im trying to debug. Unhandled error event: Error: getaddrinfo ENOTFOUND redis-mycloud.us-west-1-2.ec2.cloud.redislabs.com at GetAddrInfoReqWrap.onlookup...

Bug

### Description [DOC-2644](https://redislabs.atlassian.net/browse/DOC-2644) > Streams tutorial: code examples in Node.js --- ### Checklist - [ ] Does `npm test` pass with this change (including linting)? - [ ] Is the...

### Description `client.LASTSAVE` returns `"1970-01-20T16:04:20.988Z" ` while redis-cli returns `1699459680`. You're feeding seconds into new Date(x) which is expecting milliseconds. ### Node.js Version 18+ ### Redis Server Version 6.2.5 ###...

Bug

### Description - [ ] #2455 - [x] #2456 - [x] #2457 - [ ] #2458 - [ ] #2460 - [x] #2461 - [ ] #2462 - [ ]...

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