Gökhan Özeloğlu
Gökhan Özeloğlu
* General logic is implemented. * Unit tests are added. Signed-off-by: Gökhan Özeloğlu **Please provide enough information so that others can review your pull request:** It is related to #1840....
**Is your feature request related to a problem?** **Describe the solution you'd like** I am planning to add the exponential backoff algorithm. It is a widely used retry policy. Basically,...
Hi, I've seen that `value` is not being used in [here](https://github.com/arriqaaq/flashdb/blob/main/tx_str.go#L20). Is there any reason to not use the `value` parameter? If you miss to use it, I can fix...
I try to check Telnet server is running or not in my project. I am testing on Docker image. I used `DialTo()` function with passing address like `127.0.0.1:23`. It seems...
I fixed some typos and grammar mistakes on README.
Keys and values(as an object) can be stored in a map to access in `O(1)` time complexity. Also, updates can be done faster.
[`cache_test.go`](https://github.com/gozeloglu/cache/blob/main/cache_test.go) should be refactored to follow Go-style table-driven test. ## Why was it written like that? I was a newbie in Go while I was implementing this package. ## Why...
Hi @nalgeon. I just discovered your project and loved it. I want to contribute to the project by adding the set commands you listed in README: https://github.com/nalgeon/redka?tab=readme-ov-file#sets. What do you...
* Typo fixed. - - - This change is [](https://reviewable.io/reviews/cockroachdb/datadriven/53)