Future<RespType> incrby(String key, int increment) async { return tier0.execute([ 'INCRBY', key, '$increment', ]); }