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