diff --git a/Queue/Backend/Redis.php b/Queue/Backend/Redis.php index acd02eb..62c80dd 100644 --- a/Queue/Backend/Redis.php +++ b/Queue/Backend/Redis.php @@ -247,7 +247,7 @@ public function get($key) public function flushAll() { $this->connectIfNeeded(); - $this->redis->flushAll(); + $this->redis->flushDB(); } private function connectIfNeeded()