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