Open seyedmr opened 2 weeks ago
The use of bracket in Redis keys is to support Redis clustering. Additionally, changing Redis keys may cause some projects to be unable to consume messages from old keys after updates, so it should not be changed lightly.
i added brackets. but i removed magic strings and added getQueueName function instead. @walkor
change queue names based on standard redis key naming conventions. bracket is not a good convention for redis keys.
also making keys in every lines of code was not a good way for making keys.