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

I'm working on a project using typescript and created an index using json. Each json object has a unix timestamp, and I wanted to filter as well as sort objects...

Bug

### Issue > Basically, if you run redis behind AWS-NLB or Azure-Loadbalancer there's an idle timeout configured by LoadBalancer like 350 seconds for AWS and 4 minutes for azure. Despite...

feature
Evaluating

I have 2 function for 2 redis activities being called like:- functiontz() functionty() functiontz is asking from a server a token and set token to redis db Then functiontz can...

Pending Author Input

https://redis.io/topics/client-side-caching

feature

Hi guys. Need quick help. After i'm doing sadd and print in command promt redis-cli smembers it works But! When i'm trying await redisClient.sMembers('MyKey') if always undefiend. How can i...

Pending Author Input
Bug

* **Version**: 2.8.0 * **Platform**: Node JS 12.8.0 on MacOS Mojave 10.14.5 * **Description**: as the title said, I expect when the db option is provided, it will fire select...

feature

Given the code ``` javascript const cluster = createCluster({ rootNodes: [ { url: 'redis://redis-1:6379' }, ] }); ``` I get the following error: ``` error Error: connect ECONNREFUSED 127.0.0.1:6379 ```...

Bug