class FancyCount::RedisAdapter
Public Instance Methods
counter()
click to toggle source
# File lib/fancy_count/redis_adapter.rb, line 5 def counter @counter ||= Redis::Counter.new(@name) end
# File lib/fancy_count/redis_adapter.rb, line 5 def counter @counter ||= Redis::Counter.new(@name) end