issues Search Results · repo:redis/node-redis language:TypeScript
Filter by
1k results
(81 ms)1k results
inredis/node-redis (press backspace or delete to remove)I got this error after trying to build my project with Redis as a dependency:
$ tsc
node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts:196:67 - error TS5084: Tuple members must all ...
joshowens-basis
- 1
- Opened 14 hours ago
- #3009
Description
I want to insert 50k records everyday as a batch operation. I thought MSET or pipeline is the best option but i got an
error CROSSSLOT Keys in request don t hash to the same slot. After some ...
Documentation
shubsaini09
- 1
- Opened 5 days ago
- #3007
Description
Hi, I think the type returned by functions spop and spopCount are invalid. Actually the type return :
Promise string | null
But this functions return an array of string. The return type ...
Bug
throrin19
- 4
- Opened 10 days ago
- #3004
Description
getting bursts of errors like:
capturing exception: could not set cache in redis (0cd2df411f72477996ab75843eba9b2f) {
error: {
message: Timeout waiting for a client ,
stack: Timeout._onTimeout ...
Bug
punkpeye
- 3
- Opened 11 days ago
- #3003
Description
Something about the way execute is implemented is producing uncaught rejections.
I had to workaround with this:
let executionError: undefined | unknown;
const result = await redis.execute(async ...
Question
punkpeye
- 1
- Opened 14 days ago
- #3002
Motivation
Currently, RedisSentinel does not implement scan iterators (tested on @redis/client 5.5.6).
The iterator is not available from a master lease either.
Even if the code is easy to replicate, ...
benoitvidis
- 1
- Opened 16 days ago
- #2999
Description
Hi.
After upgrading to version 5, LUA scripts don t work. The transformArguments doesn t exist anymore, and the parseCommand
is required. The example at https://github.com/redis/node-redis/blob/master/examples/lua-multi-incr.js ...
Documentation
Good First Issue
xr0master
- 2
- Opened 27 days ago
- #2994
I m using Amazon ElastiCache running Redis 7.1.0 (I do realize this is unsupported version, but thought that this is
worth reporting anyway).
When I m running the following script:
import redis from ...
Kauhsa
- 2
- Opened 28 days ago
- #2993
Description
Hi,
Thanks for the great work on this library!
I believe there might be an issue with how the masters array is populated in RedisClusterSlots. Consider this scenario:
Let’s assume I have ...
Bug
maciomen
- 1
- Opened 28 days ago
- #2991
Description
As per the docs,
Some Redis module commands have unstable RESP3 transformations. These commands will throw an error when used with RESP3
unless you explicitly opt in to using them by setting ...
Bug
nkaradzhov
- Opened 29 days ago
- #2989

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.