​
The RedisProvider class instance re-exports all of redis methods with promise handler for callback.
All of the redis APIs remains the same as for NodeRedis
await RedisProvider.GetConnection().set('test', '1');await RedisProvider.GetConnection().get('test'); // Result will be '1'