7 8 9
# File 'lib/counterman/hash_operations.rb', line 7 def count(id) safe { redis.hget(key, id).to_i } end