redis

redis/redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript.

TypeScript
1252
86
MIT License

does.containOneOf('rock', 'metal', 'blues').return.all() albums = await albumRepository.search().where('genres').does.not.contain('rock').return.all() albums = await albumRepository.search().where('genres').does.not.containOneOf('rock', 'metal', 'blues').return.all() albums = await albumRepository.search().where('genres').is.containing('rock').return.all() albums = await albumRepository.search().where('genres').is.containingOneOf('rock', 'metal', 'blues').return.all() albums = await albumRepository.search().where('genres').is.not.containing('rock').return.all() albums = await albumRepository.search().where('genres').is.not.containingOneOf('rock', 'metal', 'blues').return.all() ``` #### Searching Arrays of Numbers If you have a field type of `number[]` you can search for *whole numbers* that are in that array: ```javascript let albums // find all albums where songDurations contains the number 210 albums = await albumRepository.search().where('songDurations').contain(210).return.all() // find all albums where songDurations contains the number 210, 290, or 196 albums

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of redis/redis-om-node

Account's avatar
A modern, high performance Redis client
Account's avatar
A universally-unique, lexicographically-sortable, identifier generator
Account's avatar
TypeScript definitions for jest
Account's avatar
TypeScript definitions for node
Account's avatar
Delightful JavaScript Testing.
Account's avatar
Simple monitor script for use during development of a Node.js app.
Account's avatar
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
Create api documentation for TypeScript projects.
Account's avatar
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
Account's avatar
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

guyroyse's profile
guyroyse
489 contributions
CaptainCodeman's profile
CaptainCodeman
58 contributions
Didas-git's profile
Didas-git
21 contributions
dennisofficial's profile
dennisofficial
5 contributions
berviantoleo's profile
berviantoleo
3 contributions
danipatko's profile
danipatko
3 contributions
Neeraj-Ghodla's profile
Neeraj-Ghodla
2 contributions
dongshunyao's profile
dongshunyao
2 contributions
huseeiin's profile
huseeiin
2 contributions
VladimirChuprazov's profile
VladimirChuprazov
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet