Skip to content

Web Interface to inspect a TrueQueue instance using Redis backend

Notifications You must be signed in to change notification settings

akhilstanis/true-queue-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web Interface to inspect a TrueQueue instance using Redis backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published