Allows deleting redis queues; creation is a no-op, as redis queues do not need to be pre-created.
Inheritance: IQueueCreation
 /// <summary>
 /// Initializes a new instance of the <see cref="RedisJobQueueCreation"/> class.
 /// </summary>
 /// <param name="creation">The creation.</param>
 public RedisJobQueueCreation(RedisQueueCreation creation)
 {
     _creation = creation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="RedisJobQueueCreation"/> class.
 /// </summary>
 /// <param name="creation">The creation.</param>
 public RedisJobQueueCreation(RedisQueueCreation creation)
 {
     _creation = creation;
 }