Release of RC1 #7

Merged
abelhooge merged 34 commits from 3-features into master 2020-06-07 13:54:20 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit e2101bf059 - Show all commits

View File

@ -80,8 +80,6 @@ class RedisTaskStorage implements TaskStorage
} catch (RedisException $e) {
throw new TasksException("Could not construct RedisTaskStorage. RedisException thrown: '" . $e->getMessage() . "'");
}
var_dump("Redis activated!");
}
/**