wyxloading
wyxloading
I have met some nasty exe that have a invalid .idata section, which will panic. Something like: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Malformed("Cannot find...
Redis 5.0 release new data type: [Stream](https://redis.io/topics/streams-intro) That's really powerful mq now. Besides, redis below version 5, may use data type "list" to implement a mq (i think it should...
I meet some pdb include c11 line programs (attach below). Since microsoft open source pdb symbol file format [microsoft-pdb](https://github.com/microsoft/microsoft-pdb), it's feasible to support it now. I'm wondering if anyone interest...
## Expected Behavior go-redis v9.14.0 command invocation using a `FailoverClient` with retry setting like this should retry until master switch operation done and send commands to new master within about...
For #925 - For Lua add LuaOption for setting this lua script retryable. - add testcases to verify that `WithRetryable(true)` option make lua script commands Retryable - For all lua...
Related to #919 - Some lua script (not readonly) may also retryable ( for example the whole script represent a idempotent operation. - The lua scripts in rueidislock mod can...