redis-om-node icon indicating copy to clipboard operation
redis-om-node copied to clipboard

Add support for embedded schemas

Open lukeribchester opened this issue 3 years ago • 5 comments

It is not currently possible to embed/nest schema definitions.

This is implemented in the Python library (see Embedded Models).

Reference: schema-definitions.ts#L59

Thank you.

lukeribchester avatar Jan 14 '22 01:01 lukeribchester

This is a desired future feature and is on the road map.

guyroyse avatar Jan 24 '22 19:01 guyroyse

Waiting for this feature to come. Really need this feature badly. I don't want to switch to using plain redis client in my next.js project.

navneet1v avatar Feb 13 '22 08:02 navneet1v

Same here - desperately waiting for that features, since it is already available in the python library.

JannisHajda avatar Mar 08 '22 20:03 JannisHajda

@guyroyse what priority does this have on the roadmap? I can possibly contribute this in April.

lukeribchester avatar Mar 16 '22 16:03 lukeribchester

Right after sorting.

guyroyse avatar Mar 17 '22 12:03 guyroyse

This was fixed with the release of Redis OM 0.4.0 Beta. Install it with npm install redis-om@beta.

guyroyse avatar Mar 20 '23 18:03 guyroyse