Tiny Redis plugin page.
I have created this gem after completing my assignment for the company majority labs. Was not aware that there are similar gems, just not names 'redis orm'. Long story short this is a module that uses:
- redis gem
- connection-pool gem
- activesupport gem
For any object that you want to redis-fied - load module tiny-redis and include TinyRedis. These methods you have to save and load data:
- load
- save
Data is encrypted with credentials encryption algo when stored. And keys for the records are generated with SHA1 algo. So you won't be able to inspect you JSON formatted object in redis by using redis.get.