# redis-viewer **Repository Path**: pochiko/redis-viewer ## Basic Information - **Project Name**: redis-viewer - **Description**: Simple browser-based admin for redis - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Redis Viewer ============ Simple browser-based admin for redis Notes ----- Since this is intended to be a development tool there are a few caveats: * the default command is `KEYS *` which could cause performance issues if you have a lot of keys (I'm working on an alternative) Pre-reqs ------------- * express * underscore * socket.io * node_redis + hiredis (required?) * connect-redis * coffee-script * optimist * less `npm install underscore express socket.io redis hiredis connect-redis less coffee-script optimist` Installation ------------ 1. `git clone git://github.com/FreeFlow/redis-viewer.git` 2. `cd redis-viewer/` 3. `node server.js`