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

Add .toString to Entity so they don't print out their internal representation

Open guyroyse opened this issue 2 years ago • 0 comments

Right now if you console.log an Entity, it displays internal state, but not the defined properties. Implement .toString to make this a better developer experience.

guyroyse avatar Feb 28 '22 16:02 guyroyse