11 12 13
# File 'lib/fresh_redis/string.rb', line 11 def fincr(key, options={}) fincrby(key, 1, options) end