We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dear,
I am facing a Typescript issue using redisClient.json.get(key) function:
redisClient.json.get(key)
Type instantiation is excessively deep and possibly infinite
Has anyone seen this before?
v20.11.0
7.2.4 (redis-stack)
4.6.15
Docker (Linux Container)
No response
The text was updated successfully, but these errors were encountered:
Hi,
Could fix it by casting it: (await redisClient.json.get(key)) as any
(await redisClient.json.get(key)) as any
Sorry, something went wrong.
what even the point of writing it in ts when you have to typecast every single thing ?
No branches or pull requests
Description
Dear,
I am facing a Typescript issue using
redisClient.json.get(key)
function:Type instantiation is excessively deep and possibly infinite
Has anyone seen this before?
Node.js Version
v20.11.0
Redis Server Version
7.2.4 (redis-stack)
Node Redis Version
4.6.15
Platform
Docker (Linux Container)
Logs
No response
The text was updated successfully, but these errors were encountered: