Skip to content

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

License

Notifications You must be signed in to change notification settings

agilemobiledev/redlics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.0%
  • Lua 4.0%