Switches back to rpush to keep list order consistent with non capped collections
100% backward compatible, defaults to not capping collection size. Additional constructor param of $capSize added which will ensure logs list is treated as a FILO queue Test coverage on new functionality
* updated README.md to inform users of RedisHandler * added unit test for RedisHandler