Skip to content

Conversation

@clue
Copy link
Owner

@clue clue commented Sep 19, 2017

This project now supports standard redis:// and rediss:// URI schemes:

$factory->createClient('redis://:secret@localhost:6379/4');
$factory->createClient('redis://localhost:6379?password=secret&db=4');

See also https://www.iana.org/assignments/uri-schemes/prov/redis and https://www.iana.org/assignments/uri-schemes/prov/rediss
Resolves / closes #40
Supersedes / closes #42

@clue clue added this to the v1.2.0 milestone Sep 19, 2017
@clue clue merged commit 78b51ac into clue:master Sep 19, 2017
@clue clue deleted the uri branch September 19, 2017 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support redis:// URI scheme and ignore username for AUTH

1 participant