vetruvet / laravel-phpredis

Use phpredis as the redis connection in Laravel
Apache License 2.0
43 stars 9 forks source link

Doesn't Support Authenticated Commands #11

Closed timnolte closed 8 years ago

timnolte commented 8 years ago

Our Redis instances require authentication in order to issue commands. It doesn't appear that this PhpRedis implementation supports that.

timnolte commented 8 years ago

I'm investigating this right now. This may not be an issue, but on the surface it didn't seem as though it was supporting the auth call.

timnolte commented 8 years ago

This has been fixed in the submitted PR #12

timnolte commented 8 years ago

@vetruvet Can you create a new release Tag for the latest master that includes this PR #12 ? Thanks!

vetruvet commented 8 years ago

Good call, thanks for the PR!