redis-om-node
redis-om-node copied to clipboard
Fetch by ids
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 ...)
You can't, but that is an awesome idea! Keep this open and I'll add it to the backlog.
This has been updated.