node-redis
node-redis copied to clipboard
Redis Node.js client
### Description Issue #2705 The NOVALUES option instructs HSCAN to only return keys, without their values. The new option will become available from Redis 7.6. ### Checklist - [ ]...
### Description ``` TypeError: Cannot read properties of null (reading '1') at Object.transformReply (webpack-internal:///(rsc)/./node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.js:16:21) at transformCommandReply (webpack-internal:///(rsc)/./node_modules/@redis/client/dist/lib/commander.js:89:20) at Commander.commandsExecutor (webpack-internal:///(rsc)/./node_modules/@redis/client/dist/lib/client/index.js:191:54) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ``` ### Node.js Version _No response_ ###...
### Description # Bug ## I'm getting an error (line numbers may be affected because of me modifying the package while trying to investigate the source of an error) ```...
### 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 > Describe your pull request here --- ### Checklist - [ ] Does `npm test` pass with this change (including linting)? - [ ] Is the new or...
### Description - Current docker images used in tests have been deprecated - Recommended docker images to be used are redis-stack - To keep the test-suite up to date, changing...
I'm trying to trace some errors in my aplication and spent a couple hours trying to figure out where this is coming from. Just to eventually trace it down to...
### Description Affected by this project `redis/node-redis` is vulnerable to Incomplete List of Unallowed Inputs when using plugins that rely on internal Babel `path.evaluate()` or `path.evaluateTruthy()` methods. ## Proof of...
fix https://github.com/redis/node-redis/issues/2755 Requesting fixed vulnerable Using Babel to compile code that was specifically crafted by an attacker can lead to arbitrary code execution during compilation, when using plugins that rely...