mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove redis and unused imports
This commit is contained in:
parent
a2cb3c135f
commit
d46f3092e5
1 changed files with 0 additions and 8 deletions
|
|
@ -2,23 +2,15 @@
|
||||||
|
|
||||||
namespace Appwrite\Migration\Version;
|
namespace Appwrite\Migration\Version;
|
||||||
|
|
||||||
use Appwrite\Auth\Auth;
|
|
||||||
use Appwrite\Migration\Migration;
|
use Appwrite\Migration\Migration;
|
||||||
use Appwrite\Query;
|
|
||||||
use PDO;
|
|
||||||
use Utopia\CLI\Console;
|
use Utopia\CLI\Console;
|
||||||
use Utopia\Database\Database;
|
use Utopia\Database\Database;
|
||||||
use Utopia\Database\Document;
|
use Utopia\Database\Document;
|
||||||
|
|
||||||
class V18 extends Migration
|
class V18 extends Migration
|
||||||
{
|
{
|
||||||
private \Redis $redis;
|
|
||||||
|
|
||||||
public function execute(): void
|
public function execute(): void
|
||||||
{
|
{
|
||||||
global $register;
|
|
||||||
|
|
||||||
$this->redis = $register->get('cache');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable SubQueries for Performance.
|
* Disable SubQueries for Performance.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue