meteorgan

Results 59 comments of meteorgan

I don't know much about Lua script, i will look at it later. In your second solution, your don't need to send all commands sequently, the problem is commands with...

@stephenmcd do you have any advice for this PR?

OK, I will do it at this night.

1. blpop only blocks 1s no matter how much timeout is setted. Executing blocking operations should not set timeout. redis 127.0.0.1:6370> lrange list2 0 -1 (empty list or set) redis...

This problem exists because errcheck doesn't recognize the value of type conversion. It only checks if the result value is error type

@seebs why is the origin code equivalent to ``` case notFound: return http.StatusNotFound case error: return http.InternalServerError ``` the below test cases all passed ``` func TestCheckRequestError(t *testing.T) { badRequestErr...

> Hello, @meteorgan, are you interested in helping with the implementation? I believe we should transfer most of the check code to the new layer instead. Yes, I'd love to....

There is a problem in https://github.com/apache/opendal/pull/5106. when performing a simple `DELETE` in `S3`, a delete marker is inserted as the current version. In the response from [`ListObjectVersions`](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html), the delete markers...

> Hi, I believe listing deleted objects is an orthogonal feature compared to listing versioned objects. Some services that don't enable versioning can still have features like "soft delete," such...

It will be solved by: https://github.com/apache/opendal/issues/5496