Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the performance of msetnx command by call lookupkey only once (
redis#11594) This is a small addition to redis#9640 It improves performance by avoiding double lookup of the the key.
- Loading branch information