redis-stack / redis-stack-docs

6 stars 55 forks source link

Redis OM Node.js #227

Open melonges opened 11 months ago

melonges commented 11 months ago

Differs from the full example. Wrong usage new Repository() that throws an exception:

            await this.writeEntity(key, entity.entityData);
                       ^

TypeError: this.writeEntity is not a function

image