Skip to content

Added getRedissonClient in RedisClientFactory and getLock in RedisAzureCache

Shiv Singh requested to merge users/sishiv/adding_redissionClient into master

The getLock method is used by services to synchronize across multiple instances of a given service by acquiring a lock over the same lockKey. This is currently getting used by entitlements service.

Merge request reports