Configuring Redis properly for Conductor

Currently using ConductorOSS 3.17.0 with Postgres and Elastic Search. After switching to Redis for queue, performance issues were observed. Ensure correct configuration with properties such as conductor.queue.type=redis_standalone, conductor.redis.hosts=rs:6379:us-east-1c, and conductor.redis-lock.serverAddress=redis://rs:6379. Consider checking network latency and appropriate tuning of Redis.