Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 520 Bytes

Entity.md

File metadata and controls

28 lines (16 loc) · 520 Bytes

redis-om / Entity

Class: Entity

An Entity is the class from which objects that Redis OM maps to are made. You need to subclass Entity in your application:

class Foo extends Entity {}

Table of contents

Properties

Properties

entityId

Readonly entityId: string

The generated entity ID.

Defined in

lib/entity/entity.ts:22