When using this with CakeResque, I needed to set password and database number.
After a very quick look, this feature does not seem available. So, at the moment, I hardcoded the $this->auth(password) and $this->select(n) in RedisApi::establishConnection() directly.
Would appreciate if this can be configurable when used together with CakeResque`.
When using this with CakeResque, I needed to set password and database number.
After a very quick look, this feature does not seem available. So, at the moment, I hardcoded the
$this->auth(password)
and$this->select(n)
inRedisApi::establishConnection()
directly.Would appreciate if this can be configurable when used together with CakeResque`.