This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In order to allow the use of different databases in Redis, the connection now supports switching to a new database. One important factor to understand here is that if you are using `pconnect` and you do a `select` operation, you may be changing the same connection the rest of your code is using.
- Loading branch information