Company
Date Published
Author
Guy Royse
Word count
2096
Language
English
Hacker News points
None

Summary

This library makes it easy to use Redis by mapping Redis data structures straight to your code, allowing for a more natural and intuitive way of working with Redis from Node.js applications. It introduces new data structures such as JSON and Search and Query, which enable the creation of document databases that combine hierarchy and search capabilities. The library provides a fluent interface for creating, reading, updating, and deleting entities, as well as searching for them. With this library, developers can easily add Redis to their Node.js applications without needing to know complex Redis commands.