# File lib/redis/store/namespace.rb, line 34 def decrby(key, increment) namespace(key) { |k| super(k, increment) } end