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 2 additions and 0 deletions
Showing only changes of commit 19c84bc0d6 - Show all commits

View File

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