{"library":"sails-redis","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","redis","orm","waterline","sails","sailsjs","sails.js"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sails-redis","imports":["import RedisAdapter from 'sails-redis'","import { RedisAdapter } from 'sails-redis'","const connection = new (require('sails-redis').default)()"]},{"cmd":"yarn add sails-redis","imports":[]},{"cmd":"pnpm add sails-redis","imports":[]}],"homepage":"https://github.com/balderdashy/sails-redis#readme","github":"https://github.com/balderdashy/sails-redis","docs":null,"changelog":null,"pypi":null,"npm":"sails-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}