This Redis Util doesn't provide a way to configure password while creating the Redis client.
We get Authentication issue with the same
Request processing failed; nested exception is redis.clients.jedis.exceptions.JedisDataException: NOAUTH Authentication required.
The RedUtilsConfig class needs to accept even the password as a config parameter.