mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00

- shorten the lock time of concurrent.go`s function "Put" - slightly optimize the value`s type of map concurrent.go`s function "RandomDistinctKeys" & avoid duplicate input the same map`s key fix: uses the provided seed value to initialize the function rand, for fixing the generation of the same int in the case of multiple executions. Limited ability, make it better~