node-redis
node-redis copied to clipboard
Redis Node.js client
### Description Related to #2010. 1) If I try client connect but it fails to connect to any server and throws error events with: `Error: connect ECONNREFUSED ::1:6379`. 2) redis.disconnect()...
### Description I am running my NextJS application which uses AWS Elasticahe Redis Cluster on server side. Now I am trying use a different redis cluster but in TLS mode...
### Description purpose: support timeseries array labels problem: currently `client.ts.create()` is allow `LABELS` options for only `{ [key: string]: string }`. so, cannot use multiple label with same key like:...
### Description Hello. What the difference between `exec` and `execAsPipeline` commands in `multi` pipeline. Thanks.
### Motivation Using this library in react-native currently requires importing removed node modules like buffer and crypto via a shim and reworking some that are not as fast on native...
### Description When a module is built using the esbuild command `esbuild index.js --entry-names=[dir]/[name] --bundle --sourcemap --sources-content=false --external:@aws-sdk --platform=node --format=esm --outdir=dist --out-extension:.js=.mjs` and then run through AWS Lambda, the error...
### Description FT.INFO return value 'total_indexing_time' is not handled The FT.INFO returns: ``` 41) "total_indexing_time" 42) "10.733000000000001" 43) "indexing" 44) "0" ``` The problem is that the index `41) 'total_indexing_time'`...
### Description Hi , I create my RedisClient using below params `const client = createClient({ url: url, socket: { reconnectStrategy: reconnectInterval }, pingInterval: pingInterval });` When I try to close...
This pull request uses the [CODEOWNERS mechanism](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) to define a dedicated owner for the redis.io examples. Ultimately, the people in this file should be able to override CI based on...
### Description We are doing some disaster recovery testing and have stopped our db in order to make sure the node server can respond with a valid error page to...