get('redis_connections'); } /** * @return Connection * @throws ComponentException */ public function getDb(): Connection { return Snowflake::app()->get('connections'); } }