Kaustubh1204 opened a new pull request, #383:
URL: https://github.com/apache/kvrocks-controller/pull/383

   This PR makes two small improvements:
   
   1. util.RandString
      - Uses the global math/rand generator (auto-seeded in Go 1.20+)
        instead of creating a new rand.Source on each call.
      - Adds strings.Builder.Grow(length) to reduce allocations.
      - Adds deterministic unit tests validating length and character set.
   
   2. Dockerfile
      - Changes `EXPOSE 9379:9379` to `EXPOSE 9379`
        to align with Dockerfile syntax expectations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to