Memoria: Statistics for Redis

A couple of days ago I setup this blog with Redis as cache container, thanks to my Ruby gem: redis-store.

Now, following the old itch-your-own-scratches rule, I created a little Sinatra statistics web application for Redis statistics: Memoria.

Memoria screenshot

Getting Started

   1  (sudo) gem install sinatra dm-core do_sqlite3 rspec
   2  (sudo) gem install ezmobius-redis-rb jodosha-memoria -s http://gems.github.com
   3  memoria /path/to/installation
   4  cd /path/to/installation
   5  cp memoria.yml.example memoria.yml
   6  rackup config.ru --port 9292 mongrel

Memoria is still in an embryonic stage, feel free to suggest features.

advertising

Comments

  1. KattyBlackyard's Gravatar

    Posted by KattyBlackyard on 2009-06-15 03:32:43 UTC (permalink)

    The best information i have found exactly here. Keep going Thank you

  2. GarykPatton's Gravatar

    Posted by GarykPatton on 2009-06-16 03:02:51 UTC (permalink)

    Hello. I think the article is really interesting. I am even interested in reading more. How soon will you update your blog?

Respond to this article