{"library":"redisdown","type":"library","category":null,"description":"RedisDOWN is a LevelDOWN-compatible adapter that allows LevelUP databases to use Redis as the storage backend. Version 0.1.12 is the latest release. It uses a sorted set for key ordering and a hash for values, with a single Lua call for iteration. Key differentiators include support for an external Redis client option, URL-based configuration (e.g., REDIS_URL, REDISCLOUD_URL), and passing the abstract-leveldown test suite except for implicit iterator snapshots. It requires Redis 2.8+ and Node 0.10+.","language":"javascript","status":"active","version":"0.1.12","tags":["javascript","leveldb","leveldown","levelup","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redisdown","imports":["const redisdown = require('redisdown')","const levelup = require('levelup'); const redisdown = require('redisdown'); const db = levelup('mydb', { db: redisdown, host: 'localhost', port: 6379 })","const redisdown = require('redisdown'); redisdown.destroy('mydb', callback)"]},{"cmd":"yarn add redisdown","imports":[]},{"cmd":"pnpm add redisdown","imports":[]}],"homepage":"https://github.com/hmalphettes/redisdown#readme","github":"https://github.com/hmalphettes/redisdown","docs":null,"changelog":null,"pypi":null,"npm":"redisdown","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}