Remove redis and unused imports

This commit is contained in:
Jake Barnby 2023-04-12 00:04:53 +12:00
parent a2cb3c135f
commit d46f3092e5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2,23 +2,15 @@
namespace Appwrite\Migration\Version;
use Appwrite\Auth\Auth;
use Appwrite\Migration\Migration;
use Appwrite\Query;
use PDO;
use Utopia\CLI\Console;
use Utopia\Database\Database;
use Utopia\Database\Document;
class V18 extends Migration
{
private \Redis $redis;
public function execute(): void
{
global $register;
$this->redis = $register->get('cache');
/**
* Disable SubQueries for Performance.