agilemobiledev / redlics

Redlics - Redis analytics with tracks (using bitmaps) and counts (using buckets) encoding numbers in Redis keys and values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redlics

Gem Version Build Status Code Climate Inline Docs Dependency Status License

Redis analytics with tracks (using bitmaps) and counts (using buckets) encoding numbers in Redis keys and values.

Installation

Add this line to your application's Gemfile:

gem 'redlics'

And then execute:

$ bundle

Or install it yourself as:

$ gem install redlics

Features

  • Tracking with bitmaps
  • Counting with buckets
  • High configurable
  • Encode/decode numbers in Redis keys and values
  • Very less memory consumption in Redis
  • Support of time frames
  • Uses Lua script for better performance
  • Plot option for tracks and counts
  • Keeps Redis clean
  • and many more

Usage

Coming soon...

Contributors

Contributing

  1. Fork it ( https://github.com/[your-username]/redlics/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

The MIT License

Copyright (c) 2015 Phlegx Systems OG

About

Redlics - Redis analytics with tracks (using bitmaps) and counts (using buckets) encoding numbers in Redis keys and values.

License:MIT License


Languages

Language:Ruby 96.0%Language:Lua 4.0%