We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.repo = new Repository(schema, this.redisClient); // I'm using [email protected] await this.repo.save('id', { x: 1}); this.repo.fetch("id"); // returns `[: 0: {` <----------------------------------
Previously, this was stored as a JSON object; now it is stored as an array that contains JSON downgrading redis version to v4 the behavior is fixed
22.14.0
5.0.0
ubuntu v24
{ "redis": "^5.0.0", "redis-om": "^0.4.7", }
The text was updated successfully, but these errors were encountered:
fix: fix various command import issues
5273016
there was some sort of a circular dependency in <module>/lib/commands/index.ts for various modules fixes redis#2937 fixes redis#2941
7b73782
nice effort @nkaradzhov
Sorry, something went wrong.
nkaradzhov
Successfully merging a pull request may close this issue.
Description
Previously, this was stored as a JSON object; now it is stored as an array that contains JSON
downgrading redis version to v4 the behavior is fixed
Node.js Version
22.14.0
Redis Server Version
5.0.0
Node Redis Version
5.0.0
Platform
ubuntu v24
Logs
The text was updated successfully, but these errors were encountered: