Method: Collectr::RedisFactory#hash
- Defined in:
- lib/collectr/redis/redis_factory.rb
#hash(title = default_title, options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/collectr/redis/redis_factory.rb', line 7 def hash(title=default_title, ={}) = { store: @store }.merge # RedisHash.new title, store: @store, *options end |