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

**Environment:** - **Node.js Version**: 16.14.0 - **Redis Server Version**: 5.0.7 - **Node Redis Version**: 3.1.2 - **Platform**: Ubuntu 20.04.3 When setting an `undefined` value in a hash with HSET or...

Bug

Refactor the scripts in the `examples` folder to use top level await / be modules... and change the contribution guildelines in the README.

Documentation

Amend the sorted set example script to show `REV`. Script is: https://github.com/redis/node-redis/blob/master/examples/sorted-set.js

Documentation

when running a js file import working fine but when i start that with npm start in web page its showing error module not founded webpack < 5 using latest...

Suppose we have multiple environments -- staging, production, development. In each environment, we have a different redis server. However, I don't want to change the code of my application --...

feature

The implementation of the multi script execution seems to check a local map https://github.com/redis/node-redis/blob/b97d18b61071b2d615c4606ee6b5930854b9e4e4/packages/client/lib/multi-command.ts#L16 for whether to use the EVAL or EVALSHA for script execution. However, multi is always re-initiated...

Bug

Node Redis is not supported in the projects having TypeScript Version below 4

Question
Documentation

I am using this module to cache queries on a nextjs/node application. Within nextjs I have a simple file within the `/api` folder (`/api/cache/client.js`) that contains the following code: ```...

Bug