v1.0.13
* Add a timeout config parameter By default, the timeout value is 0 meaning it will use the default_socket_timeout. The default_socket_timeout value is 60s. Adding a timeout parameter allows us to configure a proper timeout value on the redis client. * github action: build on php 7.4 & 8.0