mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove redis and unused imports
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user