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, options={})
  options = { store: @store }.merge options
  # RedisHash.new title, store: @store, *options
end