Future<RespType> lset(String key, int index, Object value) async { return tier0.execute([ 'LSET', key, index, value, ]); }