RedisLockTool.tryGetDistributedLock();
GET LOCK key = caller className&method value = Current Thread IdRedisLockTool.tryGetDistributedLock(String lockKey, String requestId);
GET LOCKRedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond);
RedisLockTool.tryGetDistributedLock(String lockKey, String requestId, Integer expireSecond, Long loopTimes, Long sleepInterval);
redis集群情况下推荐RedLock