get('redis_connections'); } /** * @return Connection * @throws ComponentException */ public function getDb(): Connection { return Snowflake::app()->get('connections'); } public function createClient(string $name, array $config): mixed { // TODO: Implement createClient() method. return null; } }