Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, and sorted sets.
The Factory uses Strategy design pattern, reads configration from Laravel, and creates Connector based on the configuration, and then the connector will connect the redis and generate Connection.