Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 672 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 672 Bytes

TrueQueue Inspector

A very basic interface to inspect the contents of a true queue instance backed by redis. TrueQueue is a gem developed by MobMe Wireless, you can find out more here.

I made this as an excercise to learn node, backbone and some redis. Inspired by RabbitMQ Management Plugin.

Features

  • Lists all the queues in connected redis instance
  • Shows queue size, enqueue rate and dequeue rate instantaneously
  • Graphs for easy analysis
  • Preview the contents of queue

Installation

npm install
node app.js