Legacy Redis adapter for JugglingDB (predecessor to LoopBack). Version 0.1.4 is the last release. Unmaintained since 2013. Requires jugglingdb@0.2.x. Supports a 'backyard' feature to offload cold data to a SQL database, but this is fragile and not recommended. No TypeScript types, no ESM support, no active development. Consider migrating to LoopBack's Redis connector or ioredis directly.
npm install jugglingdb-redis-hqNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a JugglingDB schema with Redis adapter, define a model, create and retrieve a record.
Use jugglingdb@0.2.x or migrate to LoopBack.
Migrate to a maintained Redis adapter.
Avoid using backyard; manage cache separately.
Set a different database number for testing.
Run: npm install jugglingdb-redis-hq (not 'jugglingdb-redis')
Use: var Schema = require('jugglingdb').Schema;Install jugglingdb@0.2.x: npm install jugglingdb@0.2