redis-om-node
redis-om-node copied to clipboard
Object mapping, and more, for Redis and Node.js. Written in TypeScript.
The field type / index building part of supporting [Vector Similarity](https://redis.io/docs/stack/search/reference/vectors/) Part of #85 This is just the index-building and support for saving / loading objects with binary Buffers. The...
It seems I'm not able to use the return.page(offset, count) feature for a schema that has more than 10k records. Is this a hardcoded limit that can be changed? Thank...
Add a way to use the flag "WITHDIST", i mean return a distance of the returned items from the specified center. [GEORADIUS](https://redis.io/commands/georadius/)
I am face some issue to update counter in redis-om. I use .save() to update data but multiple request is coming on same time and this counter value is not...
Hi, I followed along with [this](https://www.youtube.com/watch?v=KUfufrwpBkM&t=580s) (great) video, and added my server, client, entity, and entity-router just fine, but, when I import the router files into server.js, i get the...
When the value in json contains "|" character, the value would not be found, only searching for the part before "|" can return it.
Good day, and thank you very much for this package! It has allowed our team to embrace Redis for our project within a couple of weeks. Now I have a...
1. The `.search()` method becomes a property from chapter [Chaining Searches](https://github.com/redis/redis-om-node#chaining-searches) to the end of the readme file. 2. The 2nd code block in [Chaining Searches](https://github.com/redis/redis-om-node#chaining-searches) may has an error,...
@guyroyse Amazing work! Thanks a lot for this library. I was wondering if it would be possible to store nested JSON objects in the schema? Or better a customer interface/entity...