Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support redis[s]:// URI scheme and deprecate legacy URIs #60

Merged
merged 5 commits into from
Sep 19, 2017

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