Future<RespType> lrange(String key, int start, int stop) async { return tier0.execute([ 'LRANGE', key, start, stop, ]); }