Prabhav Dogra
Prabhav Dogra
Closes #921
``` (i > 0 && incr > 0 && i > math.MaxFloat64-incr) ``` This returns false even though it should return true in the case i = math.MaxFloat64, incr =...
Was going through the code of DiceDB, specifically this snippet: ```go var numCores int if config.EnableMultiThreading { serverErrCh = make(chan error, 1) numCores = runtime.NumCPU() logr.Debug("The DiceDB server has started...
This pull request has been automatically generated by prose.io.