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 have created a code of conduct file in this repository

Here is my code sample: ``` const redis = require('redis'); const client = redis.createClient({ url: '127.0.0.1', password: 'password', disableOfflineQueue: true, socket: { timeout: 1000, connectTimeout: 1000, tls: true }, });...

Bug

This search option can be utilized with the `client.sendCommand(...)` method but I would love to see it natively supported. Here is the argument spec: ``` FT.SEARCH ... GEOFILTER {geo_attribute} {lon}...

feature

### Issue > We are using `redis` node module for Redis client to communicate with Redis server. We are facing `NR_CLOSED` error intermediately and failing to reproduce the issue. Due...

I'm using "redis": "^3.1.2". My containers are restarting/ crashing in prod due to a memory leak. The traffic is very very less around 650 in 24 hours. Following are my...

Bug

I have 2 server one is for API and one is for Redis and I am connecting the API server to the Redis server using Redis VMs IP address and...

I could not find a way to add a timeout for a command being executed. can I set it while creating the client or during command execution?

feature
Question

New reducers outside of MIN, MAX, SUM have been added to RedisTimeSeries for 1.8. Adding support for a general string based reducer, or supporting the named reducers.

RTS1.8

As part of the 1.8 release, we need to support the new command arguments, as documented in the [commands.json](https://github.com/RedisTimeSeries/RedisTimeSeries/blob/1.8/commands.json)

RTS1.8