Sails Redis Waterline Adapter
JSON →sails-redis is a Redis adapter for Sails.js and Waterline ORM, enabling Redis as the data store for Sails models. Version 1.0.0 is the latest stable release. It provides a lightweight, event-driven interface for CRUD operations and is designed specifically for the Sails framework. Compared to other adapters like sails-mongo, it offers fast key-value lookups but lacks complex querying capabilities. The adapter is officially maintained by the Sails core team and follows Waterline adapter conventions, supporting connection pooling and pub-sub for real-time features. It is suitable for caching, session storage, or simple data models that benefit from Redis's speed.
Resources
packagesails-redis ↗