{"library":"loopback-connector-kv-redis","type":"library","category":null,"description":"The official LoopBack connector for Redis KeyValue operations. Version 4.0.0 runs on Node >=10 and has no recent releases (last update was Nov 2019). It is designed specifically for LoopBack 3 and not compatible with LoopBack 4. This connector supports key-value store patterns like TTL, expiration, and atomic operations. It differs from a generic Redis client by integrating with LoopBack's datasource and model infrastructure, enabling declarative configuration and ORM-like usage. However, it is effectively in maintenance mode as LoopBack 3 is EOL and no LoopBack 4 equivalent was published.","language":"javascript","status":"maintenance","version":"4.0.0","tags":["javascript","StrongLoop","LoopBack","Connector","Redis","KeyValue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install loopback-connector-kv-redis","imports":["const connector = require('loopback-connector-kv-redis');","const DataSource = require('loopback-datasource-juggler').DataSource;\nconst ds = new DataSource('kv-redis', { url: 'redis://localhost:6379' });","const MyModel = ds.define('MyModel', {name: String}, { kv: true });\nMyModel.set('key', 'value');"]},{"cmd":"yarn add loopback-connector-kv-redis","imports":[]},{"cmd":"pnpm add loopback-connector-kv-redis","imports":[]}],"homepage":"https://github.com/strongloop/loopback-connector-kv-redis#readme","github":"https://github.com/strongloop/loopback-connector-kv-redis","docs":null,"changelog":null,"pypi":null,"npm":"loopback-connector-kv-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}