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