feat: Add password authentication for Redis connection
This change adds support for password authentication when connecting to a Redis server. The enableRedis method now checks for a 'password' in the config array and uses it to authenticate if provided.