Future<RespType> decrby(String key, int decrement) async { return tier0.execute([ 'DECRBY', key, '$decrement', ]); }