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

Fetch by ids

Open TkaczykAdam opened this issue 2 years ago • 1 comments

Hello, how can I fetch entities by ids?

sth like

const albumsEntities = await albumRepository.fetch([albumId1,  albumId2 ...])

// or 

const albumsEntities = await albumRepository.fetch(albumId1,  albumId2 ...)

TkaczykAdam avatar Apr 05 '22 18:04 TkaczykAdam

You can't, but that is an awesome idea! Keep this open and I'll add it to the backlog.

guyroyse avatar Apr 05 '22 19:04 guyroyse

This has been updated.

guyroyse avatar Aug 29 '22 16:08 guyroyse