hash_store 0.0.4
HashStore store RubyHash into Redis as JSON. Automatically add redis commands(GET,SET,DEL,EXITS) methods to your class. HashStore was designed to work with ActiveRecord, but also work with Non-ActiveRecord Class.
Gemfile:
=
安装:
=
Development 依赖 (10):
activerecord
>= 0
bundler
~> 1.3
coveralls
>= 0
factory_girl
>= 0
guard-rspec
>= 0
mock_redis
>= 0
pry
>= 0
rake
>= 0
rspec
>= 0
sqlite3
>= 0