{"library":"simple-redis-cache","install":[{"cmd":"npm install simple-redis-cache","imports":["const RedisCache = require('simple-redis-cache')","const cache = new RedisCache({ redisOptions: { host: 'localhost', port: 6379 } })","cache.set('key', 'value'); cache.get('key').then(val => console.log(val))"]},{"cmd":"yarn add simple-redis-cache","imports":[]},{"cmd":"pnpm add simple-redis-cache","imports":[]}]}