Temporarily check if Redis works
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2020-05-15 21:33:26 +02:00
parent 4639660640
commit 19c84bc0d6
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 2 additions and 0 deletions

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!");
}
/**