Method: FreshRedis::String#fincr

Defined in:
lib/fresh_redis/string.rb

#fincr(key, options = {}) ⇒ Object



11
12
13
# File 'lib/fresh_redis/string.rb', line 11

def fincr(key, options={})
  fincrby(key, 1, options)
end